Searched defs:make_negated_char_parser (Results 1 – 1 of 1) sorted by relevance
116 struct make_negated_char_parser struct118 typedef negated_char_parser<Positive> result_type;119 result_type operator()(Positive const& positive) const in operator ()()126 struct make_negated_char_parser<negated_char_parser<Positive> > struct128 typedef Positive result_type;129 result_type operator()(negated_char_parser<Positive> const& ncp) const in operator ()()