Files
2025-10-25 03:02:53 +03:00

755 B
Raw Permalink Blame History

[string.classes.general]

27 Strings library [strings]

27.4 String classes [string.classes]

27.4.1 General [string.classes.general]

1

#

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.