From Jason Turner

[string.classes.general]

Diff to HTML by rtfpessoa

tmp/tmpyztpky8b/{from.md → to.md} RENAMED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ### General <a id="string.classes.general">[[string.classes.general]]</a>
2
+
3
+ The header `<string>` defines the `basic_string` class template for
4
+ manipulating varying-length sequences of char-like objects and five
5
+ *typedef-name*s, `string`, `u8string`, `u16string`, `u32string`, and
6
+ `wstring`, that name the specializations `basic_string<char>`,
7
+ `basic_string<char8_t>`, `basic_string<char16_t>`,
8
+ `basic_string<char32_t>`, and `basic_string<{}wchar_t>`, respectively.
9
+