Searched defs:negated_empty_match_parser (Results 1 – 1 of 1) sorted by relevance
150 struct negated_empty_match_parser struct153 typedef negated_empty_match_parser<SubjectT> self_t;154 typedef unary<SubjectT, parser<self_t> > base_t;155 typedef unary_parser_category parser_category_t;156 typedef negated_empty_match_parser_gen parser_genererator_t;158 explicit negated_empty_match_parser(SubjectT const& p) : base_t(p) {} in negated_empty_match_parser() function161 struct result166 parse(ScannerT const& scan) const in parse()187 negate() const in negate()