#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 |
| utilmm::iterator_sequence< It1, It2 >::iterator_sequence | ( | It1 | first, | |
| It1 | first_end, | |||
| It2 | second_begin, | |||
| It2 | second | |||
| ) | [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 |
| utilmm::iterator_sequence< It1, It2 >::iterator_sequence | ( | ) | [inline] |
friend class boost::iterator_core_access [friend] |
1.5.3