Searched defs:unary_parser (Results 1 – 2 of 2) sorted by relevance
70 struct unary_parser : parser<Derived> struct72 typedef unary_category category;73 typedef Subject subject_type;74 static bool const has_action = Subject::has_action;76 constexpr unary_parser(Subject const& subject) in unary_parser() argument79 unary_parser const& get_unary() const { return *this; } in get_unary()81 Subject subject;
75 struct unary_parser : parser<Derived> struct