Searched defs:min_bounded (Results 1 – 1 of 1) sorted by relevance
427 struct min_bounded struct430 typedef min_bounded<ParserT, BoundsT> self_t;431 typedef unary_parser_category parser_category_t;432 typedef min_bounded_gen<BoundsT> parser_generator_t;433 typedef unary<ParserT, parser<self_t> > base_t;436 struct result441 min_bounded(ParserT const& p, BoundsT const& min__) in min_bounded() argument447 parse(ScannerT const& scan) const in parse()456 BoundsT min_;