Searched defs:and_predicate (Results 1 – 3 of 3) sorted by relevance
38 struct and_predicate : unary_generator<and_predicate<Subject> > struct40 typedef Subject subject_type;43 > properties;46 struct attribute50 and_predicate(Subject const& subject) in and_predicate() function56 bool generate(OutputIterator& sink, Context& ctx, Delimiter const& d in generate()65 info what(Context& context) const in what()70 Subject subject;
38 struct and_predicate : unary_parser<and_predicate<Subject> > struct40 typedef Subject subject_type;43 struct attribute48 and_predicate(Subject const& subject_) in and_predicate() argument53 bool parse(Iterator& first, Iterator const& last in parse()62 info what(Context& context) const in what()67 Subject subject;
15 struct and_predicate : unary_parser<Subject, and_predicate<Subject>> struct17 typedef unary_parser<Subject, and_predicate<Subject>> base_type;19 typedef unused_type attribute_type;20 static bool const has_attribute = false;22 constexpr and_predicate(Subject const& subject) in and_predicate() argument27 bool parse(Iterator& first, Iterator const& last in parse()