Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/x3/core/
Dparser.hpp70 struct unary_parser : parser<Derived> struct
72 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() argument
79 unary_parser const& get_unary() const { return *this; } in get_unary()
81 Subject subject;
/third_party/boost/boost/spirit/home/qi/
Dparser.hpp75 struct unary_parser : parser<Derived> struct