Home
last modified time | relevance | path

Searched defs:make_negated_char_parser (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/char/
Dchar_parser.hpp116 struct make_negated_char_parser struct
118 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> > struct
128 typedef Positive result_type;
129 result_type operator()(negated_char_parser<Positive> const& ncp) const in operator ()()