char_traits<char16_t> Struct
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at char_traits<char16_t> Struct.
A struct that is a specialization of the template struct char_traits<CharType> to an element of type char16_t.
template <> struct char_traits<char16_t>;
Specialization allows the struct to take advantage of library functions that manipulate objects of the type char16_t.
Header: <string>
Namespace: std
<string>
char_traits Struct
Thread Safety in the C++ Standard Library
Show: