| description | Learn more about: char_traits<char> Struct | ||
|---|---|---|---|
| title | char_traits<char> Struct | ||
| ms.date | 11/04/2016 | ||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | abd9373a-77db-4031-bf4b-f8ac15087581 |
A struct that is a specialization of the template struct char_traits<CharType> to an element of type char.
template <>
struct char_traits<char>;Specialization allows the struct to take advantage of library functions that manipulate objects of this type char.
See the typedefs and member functions of the class template char_traits Class