Searched defs:eoi_parser (Results 1 – 2 of 2) sorted by relevance
17 struct eoi_parser : parser<eoi_parser> struct19 typedef unused_type attribute_type;20 static bool const has_attribute = false;23 bool parse(Iterator& first, Iterator const& last in parse()
39 struct eoi_parser : primitive_parser<eoi_parser> struct42 struct attribute49 bool parse(Iterator& first, Iterator const& last in parse()58 info what(Context& /*context*/) const in what()