Home
last modified time | relevance | path

Searched defs:ever_circling_iterator (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/iterators/
H A Dever_circling_iterator.hpp38 struct ever_circling_iterator : struct
47 explicit inline ever_circling_iterator(Iterator begin, Iterator end, in ever_circling_iterator() argument
56 explicit inline ever_circling_iterator(Iterator begin, Iterator end, Iterator start, in ever_circling_iterator() function
67 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;