Searched refs:negated_char_parser (Results 1 – 1 of 1) sorted by relevance
87 struct negated_char_parser : struct88 char_parser<negated_char_parser<Positive>, typename Positive::char_type>90 negated_char_parser(Positive const& positive_) in negated_char_parser() function116 typedef negated_char_parser<Positive> result_type;124 struct make_negated_char_parser<negated_char_parser<Positive> >127 result_type operator()(negated_char_parser<Positive> const& ncp) const in operator ()()