Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
A struct that is a specialization of the template struct char_traits<CharType> to an element of type char16_t.
Syntax
template <>
struct char_traits<char16_t>;
Remarks
Specialization allows the struct to take advantage of library functions that manipulate objects of the type char16_t.
Requirements
Header: <string>
Namespace: std
See also
<string>
char_traits Struct
Thread Safety in the C++ Standard Library