Searched defs:no_skip_directive (Results 1 – 2 of 2) sorted by relevance
46 struct no_skip_directive : unary_parser<no_skip_directive<Subject> > struct48 typedef Subject subject_type;49 no_skip_directive(Subject const& subject_) in no_skip_directive() argument53 struct attribute63 parse(Iterator& first, Iterator const& last in parse()73 parse(Iterator& first, Iterator const& last in parse()82 info what(Context& context) const in what()88 Subject subject;
23 struct no_skip_directive : unary_parser<Subject, no_skip_directive<Subject>> struct25 typedef unary_parser<Subject, no_skip_directive<Subject> > base_type;26 static bool const is_pass_through_unary = true;27 static bool const handles_container = Subject::handles_container;29 constexpr no_skip_directive(Subject const& subject) in no_skip_directive() function35 parse(Iterator& first, Iterator const& last in parse()54 parse(Iterator& first, Iterator const& last in parse()