Searched defs:no_case_directive (Results 1 – 2 of 2) sorted by relevance
19 struct no_case_directive : unary_parser<Subject, no_case_directive<Subject>> struct21 typedef unary_parser<Subject, no_case_directive<Subject> > base_type;22 static bool const is_pass_through_unary = true;23 static bool const handles_container = Subject::handles_container;25 constexpr no_case_directive(Subject const& subject) in no_case_directive() function30 bool parse(Iterator& first, Iterator const& last in parse()
521 struct no_case_directive struct525 operator [](Expr const &expr) const in operator []()