Defines the container template class basic_string and various supporting templates.
The C++ language supports two types of strings:
- Null-terminated character arrays often referred to as C strings.
- Template class objects, of type basic_string, that handle all char-like template arguments.
See Also
<string> Members | Header Files | Thread Safety in the Standard C++ Library