description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | |||
---|---|---|---|---|---|---|---|---|
Learn more about: char_traits<wchar_t> Struct |
char_traits<wchar_t> Struct |
11/04/2016 |
|
|
31f34072-04d6-4871-88fe-48e17d473484 |
A class that is a specialization of the template struct char_traits<CharType> to an element of type wchar_t
.
template <>
struct char_traits<wchar_t>;
Specialization allows the struct to take advantage of library functions that manipulate objects of this type wchar_t
.
Header: <string>
Namespace: std
char_traits Struct
Thread Safety in the C++ Standard Library