Searched defs:expect_directive (Results 1 – 2 of 2) sorted by relevance
40 struct expect_directive : unary_parser<expect_directive<Subject> > struct42 typedef result_of::compile<domain, Subject> subject_type;45 struct attribute51 expect_directive(Subject const& subject_) : subject(subject_) {} in expect_directive() argument55 bool parse(Iterator& first, Iterator const& last in parse()73 info what(Context& context) const in what()78 Subject subject;
41 struct expect_directive : unary_parser<Subject, expect_directive<Subject>> struct43 typedef unary_parser<Subject, expect_directive<Subject> > base_type;44 static bool const is_pass_through_unary = true;46 constexpr expect_directive(Subject const& subject) in expect_directive() function51 bool parse(Iterator& first, Iterator const& last in parse()