Описание тега char-traits
Character traits classes specify character properties and provide specific semantics for certain operations on characters and sequences of characters.
Character traits classes specify character properties and provide specific semantics for certain operations on characters and sequences of characters.
The standard library includes a standard set of character traits classes that can be instantiated from the char_traits template, and which are used by default both for the basic_string objects and for the input/output stream objects.