Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/classic/core/primitives/
Dprimitives.hpp117 struct chlit : public char_parser<chlit<CharT> > struct
119 chlit(CharT ch_) in chlit() argument
123 bool test(T ch_) const in test()
128 CharT ch;