Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/char/
H A Dchar.hpp198 struct char_range struct
201 typedef typename CharEncoding::char_type char_type;
202 typedef CharEncoding char_encoding;
204 char_range(char_type from_, char_type to_) in char_range() function
208 bool test(CharParam ch_, Context&) const in test()
218 info what(Context& /*context*/) const in what()
226 char_type from, to;
230 struct char_range<CharEncoding, true> // case insensitive struct
233 typedef typename CharEncoding::char_type char_type;
234 typedef CharEncoding char_encoding;
[all …]