Searched defs:to_upperF (Results 1 – 1 of 1) sorted by relevance
55 struct to_upperF struct57 typedef CharT argument_type;58 typedef CharT result_type;60 to_upperF( const std::locale& Loc ) : m_Loc( &Loc ) {} in to_upperF() argument63 CharT operator ()( CharT Ch ) const in operator ()()72 const std::locale* m_Loc;