Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A type that describes a string of type basic_string containing characters of type CharType.
typedef basic_string<CharType, Traits, Allocator> string_type;
Remarks
The type describes a specialization of template class basic_string whose objects can store copies of the message sequences.
Requirements
Header: <locale>
Namespace: std