Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/classic/core/composite/
Ddirectives.hpp487 struct max_bounded struct
490 typedef max_bounded<ParserT, BoundsT> self_t;
491 typedef unary_parser_category parser_category_t;
492 typedef max_bounded_gen<BoundsT> parser_generator_t;
493 typedef unary<ParserT, parser<self_t> > base_t;
496 struct result
501 max_bounded(ParserT const& p, BoundsT const& max__) in max_bounded() function
507 parse(ScannerT const& scan) const in parse()
516 BoundsT max_;