Searched defs:max_bounded (Results 1 – 1 of 1) sorted by relevance
487 struct max_bounded struct490 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 result501 max_bounded(ParserT const& p, BoundsT const& max__) in max_bounded() function507 parse(ScannerT const& scan) const in parse()516 BoundsT max_;