char_traits<char> 구조체
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 template class char_traits Class<CharType> for examples involving elements of type char.
요구 사항
헤더: <string>
네임스페이스: std