Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/classic/core/composite/
Ddirectives.hpp484 struct max_bounded_gen;
492 typedef max_bounded_gen<BoundsT> parser_generator_t;
520 struct max_bounded_gen struct
522 max_bounded_gen(BoundsT const& max__) in max_bounded_gen() argument
535 inline max_bounded_gen<BoundsT>
537 { return max_bounded_gen<BoundsT>(max_); } in max_limit_d()