Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/classic/core/primitives/
Dprimitives.hpp317 struct anychar_parser : public char_parser<anychar_parser> struct
319 typedef anychar_parser self_t;
321 anychar_parser() {} in anychar_parser() argument
324 bool test(CharT) const in test()
333 operator~(anychar_parser) in operator ~() argument