Home
last modified time | relevance | path

Searched defs:to_lowerF (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 Dcase_conv.hpp33 struct to_lowerF struct
35 typedef CharT argument_type;
36 typedef CharT result_type;
38 to_lowerF( const std::locale& Loc ) : m_Loc( &Loc ) {} in to_lowerF() function
41 CharT operator ()( CharT Ch ) const in operator ()()
50 const std::locale* m_Loc;