Home
last modified time | relevance | path

Searched defs:infinite_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/spirit/home/qi/directive/
H A Drepeat.hpp120 struct infinite_iterator // handles repeat(min, inf)[p] struct
122 infinite_iterator(T const min_) in infinite_iterator() argument
125 typedef T type;
126 T start() const { return 0; } in start()
127 bool got_max(T /*i*/) const { return false; } in got_max()
128 bool got_min(T i) const { return i >= min; } in got_min()
130 T const min;