Home
last modified time | relevance | path

Searched refs:bounded_gen (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/spirit/home/classic/core/composite/
Ddirectives.hpp545 struct bounded_gen;
553 typedef bounded_gen<BoundsT> parser_generator_t;
583 struct bounded_gen struct
585 bounded_gen(BoundsT const& min__, BoundsT const& max__) in bounded_gen() argument
598 inline bounded_gen<BoundsT>
600 { return bounded_gen<BoundsT>(min_, max_); } in limit_d()