Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/classic/core/composite/
Ddirectives.hpp427 struct min_bounded struct
430 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 result
441 min_bounded(ParserT const& p, BoundsT const& min__) in min_bounded() argument
447 parse(ScannerT const& scan) const in parse()
456 BoundsT min_;