|
Util--
1.1
|
#include <utilmm/iterator_sequence.hh>


Public Member Functions | |
| iterator_sequence (It1 first, It1 first_end, It2 second_begin, It2 second) | |
| iterator_sequence () | |
Friends | |
| class | boost::iterator_core_access |
The iterator_sequence template takes two iterator ranges and iterates in the two ranges as if they were a single sequence. The only constraint is that both iterator types have the same value_type.
|
inline |
Builds a new sequence Note that for an iterator sequence (fb, fe) + (sb, se),
| first | the position in the first range |
| first_end | the end of the first range |
| second_begin | the beginning of the second range |
| second | the position in the second range |
|
inline |
|
friend |
1.8.6