Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The latest version of this topic can be found at char_traits<wchar_t> Struct.
A class that is a specialization of the template struct char_traits<CharType> to an element of type wchar_t.
Syntax
template <>  
struct char_traits<wchar_t>;
Remarks
Specialization allows the struct to take advantage of library functions that manipulate objects of this type wchar_t.
Requirements
Header: <string>
Namespace: std
See Also
char_traits Struct
Thread Safety in the C++ Standard Library