Searched defs:negated_char_parser (Results 1 – 3 of 3) sorted by relevance
20 struct negated_char_parser : struct23 constexpr negated_char_parser(Positive const& positive) in negated_char_parser() argument27 bool test(CharParam ch, Context const& context) const in test()32 Positive positive;
89 struct negated_char_parser : struct92 negated_char_parser(Positive const& positive_) in negated_char_parser() function96 bool test(CharParam ch, Context& context) const in test()102 info what(Context& context) const in what()107 Positive positive;
79 struct negated_char_parser struct82 typedef negated_char_parser<PositiveT> self_t;83 typedef PositiveT positive_t;85 negated_char_parser(positive_t const& p) in negated_char_parser() argument89 bool test(T ch) const in test()94 positive_t const positive;