Searched defs:finite_count (Results 1 – 1 of 1) sorted by relevance
28 struct finite_count // handles repeat(min, max)[p] struct30 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;