หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
A struct that is a specialization of the template struct char_traits<CharType> to an element of type char.
Syntax
template <>
struct char_traits<char>;
Remarks
Specialization allows the struct to take advantage of library functions that manipulate objects of this type char.
Example
See the typedefs and member functions of the class template char_traits