Searched refs:m_Type (Results 1 – 1 of 1) sorted by relevance
40 m_Type(Type), m_Locale(Loc) {} in is_classifiedF()45 return std::use_facet< std::ctype<CharT> >(m_Locale).is( m_Type, Ch ); in operator ()()52 return std::use_facet< std::ctype<char> >(m_Locale).is( m_Type, Ch ); in operator ()()57 std::ctype_base::mask m_Type; member