Searched defs:make_negated_char_parser (Results 1 – 1 of 1) sorted by relevance
114 struct make_negated_char_parser struct116 typedef negated_char_parser<Positive> result_type;117 result_type operator()(Positive const& positive) const in operator ()()124 struct make_negated_char_parser<negated_char_parser<Positive> > struct126 typedef Positive result_type;127 result_type operator()(negated_char_parser<Positive> const& ncp) const in operator ()()