Searched defs:matches_directive (Results 1 – 2 of 2) sorted by relevance
18 struct matches_directive : unary_parser<Subject, matches_directive<Subject>> struct20 using base_type = unary_parser<Subject, matches_directive<Subject>>;21 static bool const has_attribute = true;22 using attribute_type = bool;24 constexpr matches_directive(Subject const& subject) : base_type(subject) {} in matches_directive() function28 bool parse(Iterator& first, Iterator const& last in parse()
44 struct matches_directive : unary_parser<matches_directive<Subject> > struct46 typedef Subject subject_type;47 matches_directive(Subject const& subject_) in matches_directive() argument51 struct attribute58 bool parse(Iterator& first, Iterator const& last in parse()67 info what(Context& context) const in what()72 Subject subject;