Home
last modified time | relevance | path

Searched defs:is_classifiedF (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/algorithm/string/detail/
H A Dclassification.hpp32 struct is_classifiedF : struct
36 typedef bool result_type;
39is_classifiedF(std::ctype_base::mask Type, std::locale const & Loc = std::locale()) : in is_classifiedF() function
43 bool operator()( CharT Ch ) const in operator ()()
50 bool operator()( char const Ch ) const in operator ()()
57 std::ctype_base::mask m_Type;
58 std::locale m_Locale;