Home
last modified time | relevance | path

Searched defs:exact_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.hpp82 struct exact_iterator // handles repeat(exact)[p] struct
84 exact_iterator(T const exact_) in exact_iterator() argument
87 typedef T type;
88 T start() const { return 0; } in start()
89 bool got_max(T i) const { return i >= exact; } in got_max()
90 bool got_min(T i) const { return i >= exact; } in got_min()
92 T const exact;