Searched defs:eps_parser (Results 1 – 2 of 2) sorted by relevance
57 struct eps_parser : parser<eps_parser> struct59 typedef unused_type attribute_type;60 static bool const has_attribute = false;64 bool parse(Iterator& first, Iterator const& last in parse()71 constexpr semantic_predicate operator()(bool predicate) const in operator ()()77 constexpr lazy_semantic_predicate<F> operator()(F f) const in operator ()()
50 struct eps_parser : primitive_parser<eps_parser> struct53 struct attribute60 bool parse(Iterator& first, Iterator const& last in parse()69 info what(Context& /*context*/) const in what()