Searched defs:ever_circling_iterator (Results 1 – 1 of 1) sorted by relevance
38 struct ever_circling_iterator : struct47 explicit inline ever_circling_iterator(Iterator begin, Iterator end, in ever_circling_iterator() argument56 explicit inline ever_circling_iterator(Iterator begin, Iterator end, Iterator start, in ever_circling_iterator() function67 inline void moveto(Iterator it) in moveto()75 inline void increment(bool possibly_skip = true) in increment()81 inline void check_end(bool possibly_skip = true) in check_end()93 Iterator m_begin;94 Iterator m_end;95 bool m_skip_first;