Definition at line 184 of file multiway_merge.h.
| __gnu_parallel::unguarded_iterator< RandomAccessIterator, Comparator >::unguarded_iterator | ( | RandomAccessIterator | begin, | |
| RandomAccessIterator | end, | |||
| Comparator & | comp | |||
| ) | [inline] |
Constructor. Sets iterator to beginning of sequence.
| begin | Begin iterator of sequence. | |
| end | Unused, only for compatibility. | |
| comp | Unused, only for compatibility. |
Definition at line 197 of file multiway_merge.h.
| std::iterator_traits<RandomAccessIterator>::value_type __gnu_parallel::unguarded_iterator< RandomAccessIterator, Comparator >::operator * | ( | ) | [inline] |
| __gnu_parallel::unguarded_iterator< RandomAccessIterator, Comparator >::operator RandomAccessIterator | ( | ) | [inline] |
Convert to wrapped iterator.
Definition at line 219 of file multiway_merge.h.
| unguarded_iterator<RandomAccessIterator, Comparator>& __gnu_parallel::unguarded_iterator< RandomAccessIterator, Comparator >::operator++ | ( | ) | [inline] |
1.5.1