char_traits<char>

class char_traits<char>;

The class is an explicit specialization of template class char_traits for elements of type char (so it can take advantage of library functions that manipulate objects of this type).


Send feedback to MSDN.Look here for MSDN Online resources.