[fusion] how apply action to to subset of fusion sequence
28 Nov
2011
28 Nov
'11
12:03 a.m.
Hi, I need to apply action to first N elements in fusion sequence. What the best way to achieve it? Gennadiy
28 Nov
28 Nov
7:13 a.m.
On 11/28/2011 8:03 AM, Gennadiy Rozental wrote:
Hi,
I need to apply action to first N elements in fusion sequence. What the best way to achieve it?
You can use an iterator_range that points to the first N and apply your algorithm over the range. Regards, -- Joel de Guzman http://www.boostpro.com http://boost-spirit.com
4735
Age (days ago)
4735
Last active (days ago)
1 comments
2 participants
participants (2)
-
Gennadiy Rozental
-
Joel de Guzman