
23 Dec
2002
23 Dec
'02
10:20 p.m.
Since mpl algorithms unlike their stl counterparts take sequences not iterators how does one run them on a subset of a container.

29 Dec
29 Dec
10:47 a.m.
Oleg Grunin <yg-boost-users@m.gmane.org> writes:
Since mpl algorithms unlike their stl counterparts take sequences not iterators how does one run them on a subset of a container.
Just make a new container: mpl::iterator_range<first,last> HTH, -- David Abrahams dave@boost-consulting.com * http://www.boost-consulting.com Boost support, enhancements, training, and commercial distribution
8208
Age (days ago)
8213
Last active (days ago)
1 comments
2 participants
participants (2)
-
David Abrahams
-
Oleg Grunin