From Jason Turner

[text.summary]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmp9njzrqpf/{from.md → to.md} +11 -0
tmp/tmp9njzrqpf/{from.md → to.md} RENAMED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ **Table: Text library summary** <a id="text.summary">[text.summary]</a>
2
+
3
+ | Subclause | | Header |
4
+ | ------------------ | ---------------------------------- | ------------------------------------------------------------ |
5
+ | [[charconv]] | Primitive numeric conversions | `<charconv>` |
6
+ | [[localization]] | Localization library | `<locale>`, `<clocale>` |
7
+ | [[format]] | Formatting | `<format>` |
8
+ | [[text.encoding]] | Text encodings identification | `<text_encoding>` |
9
+ | [[re]] | Regular expressions library | `<regex>` |
10
+ | [[text.c.strings]] | Null-terminated sequence utilities | `<cctype>`, `<cstdlib>`, `<cuchar>`, `<cwchar>`, `<cwctype>` |
11
+