tmp/tmpja0b9jfn/{from.md → to.md}
RENAMED
|
@@ -8,22 +8,26 @@ C++standard library. These utilities are summarized in Table
|
|
| 8 |
**Table: General utilities library summary** <a id="tab:util.lib.summary">[tab:util.lib.summary]</a>
|
| 9 |
|
| 10 |
| Subclause | | Header |
|
| 11 |
| --------------------- | -------------------------------- | -------------------- |
|
| 12 |
| [[utility]] | Utility components | `<utility>` |
|
|
|
|
| 13 |
| [[pairs]] | Pairs | `<utility>` |
|
| 14 |
| [[tuple]] | Tuples | `<tuple>` |
|
| 15 |
-
| [[
|
| 16 |
-
| [[
|
| 17 |
-
|
|
| 18 |
-
| [[
|
| 19 |
-
|
|
|
|
|
| 20 |
| [[smartptr]] | Smart pointers | `<memory>` |
|
|
|
|
|
|
|
| 21 |
| [[function.objects]] | Function objects | `<functional>` |
|
| 22 |
| [[meta]] | Type traits | `<type_traits>` |
|
| 23 |
| [[ratio]] | Compile-time rational arithmetic | `<ratio>` |
|
| 24 |
| [[time]] | Time utilities | `<chrono>` |
|
| 25 |
| | | `<ctime>` |
|
| 26 |
-
| [[allocator.adaptor]] | Scoped allocators | `<scoped_allocator>` |
|
| 27 |
| [[type.index]] | Type indexes | `<typeindex>` |
|
|
|
|
| 28 |
|
| 29 |
|
|
|
|
| 8 |
**Table: General utilities library summary** <a id="tab:util.lib.summary">[tab:util.lib.summary]</a>
|
| 9 |
|
| 10 |
| Subclause | | Header |
|
| 11 |
| --------------------- | -------------------------------- | -------------------- |
|
| 12 |
| [[utility]] | Utility components | `<utility>` |
|
| 13 |
+
| [[intseq]] | Compile-time integer sequences | `<utility>` |
|
| 14 |
| [[pairs]] | Pairs | `<utility>` |
|
| 15 |
| [[tuple]] | Tuples | `<tuple>` |
|
| 16 |
+
| [[optional]] | Optional objects | `<optional>` |
|
| 17 |
+
| [[variant]] | Variants | `<variant>` |
|
| 18 |
+
| [[any]] | Storage for any type | `<any>` |
|
| 19 |
+
| [[bitset]] | Fixed-size sequences of bits | `<bitset>` |
|
| 20 |
+
| [[memory]] | Memory | `<memory>` |
|
| 21 |
+
| | | `<cstdlib>` |
|
| 22 |
| [[smartptr]] | Smart pointers | `<memory>` |
|
| 23 |
+
| [[mem.res]] | Memory resources | `<memory_resource>` |
|
| 24 |
+
| [[allocator.adaptor]] | Scoped allocators | `<scoped_allocator>` |
|
| 25 |
| [[function.objects]] | Function objects | `<functional>` |
|
| 26 |
| [[meta]] | Type traits | `<type_traits>` |
|
| 27 |
| [[ratio]] | Compile-time rational arithmetic | `<ratio>` |
|
| 28 |
| [[time]] | Time utilities | `<chrono>` |
|
| 29 |
| | | `<ctime>` |
|
|
|
|
| 30 |
| [[type.index]] | Type indexes | `<typeindex>` |
|
| 31 |
+
| [[execpol]] | Execution policies | `<execution>` |
|
| 32 |
|
| 33 |
|