Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/classic/core/composite/
Ddirectives.hpp344 struct shortest_alternative struct
347 typedef shortest_alternative<A, B> self_t;
348 typedef binary_parser_category parser_category_t;
349 typedef shortest_parser_gen parser_generator_t;
350 typedef binary<A, B, parser<self_t> > base_t;
352 shortest_alternative(A const& a, B const& b) in shortest_alternative() function
357 parse(ScannerT const& scan) const in parse()