Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/core/primitives/
Dprimitives.hpp503 struct blank_parser : public char_parser<blank_parser> struct
505 typedef blank_parser self_t;
507 blank_parser() {} in blank_parser() argument
510 bool test(CharT ch) const in test()