tmp/tmp1lpkadc4/{from.md → to.md}
RENAMED
|
@@ -1,33 +1,32 @@
|
|
| 1 |
## General <a id="utilities.general">[[utilities.general]]</a>
|
| 2 |
|
| 3 |
-
This Clause describes utilities that are generally useful in
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
[[
|
| 7 |
|
| 8 |
-
**Table: General utilities library summary** <a id="
|
| 9 |
|
| 10 |
| Subclause | | Header |
|
| 11 |
-
| --------------------- | -------------------------------- | -------------------- |
|
| 12 |
| [[utility]] | Utility components | `<utility>` |
|
| 13 |
-
| [[intseq]] | Compile-time integer sequences |
|
| 14 |
-
| [[pairs]] | Pairs |
|
| 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 |
|
|
|
|
| 1 |
## General <a id="utilities.general">[[utilities.general]]</a>
|
| 2 |
|
| 3 |
+
This Clause describes utilities that are generally useful in C++
|
| 4 |
+
programs; some of these utilities are used by other elements of the C++
|
| 5 |
+
standard library. These utilities are summarized in
|
| 6 |
+
[[utilities.summary]].
|
| 7 |
|
| 8 |
+
**Table: General utilities library summary** <a id="utilities.summary">[utilities.summary]</a>
|
| 9 |
|
| 10 |
| Subclause | | Header |
|
| 11 |
+
| --------------------- | -------------------------------- | ----------------------- |
|
| 12 |
| [[utility]] | Utility components | `<utility>` |
|
| 13 |
+
| [[intseq]] | Compile-time integer sequences | |
|
| 14 |
+
| [[pairs]] | Pairs | |
|
| 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 | `<cstdlib>`, `<memory>` |
|
|
|
|
| 21 |
| [[smartptr]] | Smart pointers | `<memory>` |
|
| 22 |
| [[mem.res]] | Memory resources | `<memory_resource>` |
|
| 23 |
| [[allocator.adaptor]] | Scoped allocators | `<scoped_allocator>` |
|
| 24 |
| [[function.objects]] | Function objects | `<functional>` |
|
| 25 |
| [[meta]] | Type traits | `<type_traits>` |
|
| 26 |
| [[ratio]] | Compile-time rational arithmetic | `<ratio>` |
|
|
|
|
|
|
|
| 27 |
| [[type.index]] | Type indexes | `<typeindex>` |
|
| 28 |
| [[execpol]] | Execution policies | `<execution>` |
|
| 29 |
+
| [[charconv]] | Primitive numeric conversions | `<charconv>` |
|
| 30 |
+
| [[format]] | Formatting | `<format>` |
|
| 31 |
|
| 32 |
|