Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/classic/core/primitives/
Dprimitives.hpp523 struct space_parser : public char_parser<space_parser> struct
525 typedef space_parser self_t;
527 space_parser() {} in space_parser() argument
530 bool test(CharT ch) const in test()