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