755 B
755 B
[string.classes.general]
27 Strings library [strings]
27.4 String classes [string.classes]
27.4.1 General [string.classes.general]
The header defines thebasic_string class template for manipulating varying-length sequences of char-like objects and fivetypedef-names, string,u8string,u16string,u32string, and wstring, that name the specializationsbasic_string,basic_string<char8_t>,basic_string<char16_t>,basic_string<char32_t>, andbasic_string<wchar_t>, respectively.