Home
last modified time | relevance | path

Searched defs:traits_extension_details (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/
H A Dtoken_functions.hpp216 struct traits_extension_details : public traits { struct
217 typedef typename traits::char_type char_type;
218 static bool isspace(char_type c) in isspace()
222 static bool ispunct(char_type c) in ispunct()
229 struct traits_extension_details<traits, 1> : public traits { struct
230 typedef typename traits::char_type char_type;
231 static bool isspace(char_type c) in isspace()
235 static bool ispunct(char_type c) in ispunct()