Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/x3/directive/
Drepeat.hpp28 struct finite_count // handles repeat(min, max)[p] struct
30 typedef T type;
31 bool got_max(T i) const { return i >= max_value; } in got_max()
32 bool got_min(T i) const { return i >= min_value; } in got_min()
34 T const min_value;
35 T const max_value;