From Jason Turner

[utilities.summary]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmp4b1678p0/{from.md → to.md} +24 -0
tmp/tmp4b1678p0/{from.md → to.md} RENAMED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ **Table: General utilities library summary** <a id="utilities.summary">[utilities.summary]</a>
2
+
3
+ | Subclause | | Header |
4
+ | --------------------- | -------------------------------- | ----------------------- |
5
+ | [[utility]] | Utility components | `<utility>` |
6
+ | [[intseq]] | Compile-time integer sequences | |
7
+ | [[pairs]] | Pairs | |
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 | `<cstdlib>`, `<memory>` |
14
+ | [[smartptr]] | Smart pointers | `<memory>` |
15
+ | [[mem.res]] | Memory resources | `<memory_resource>` |
16
+ | [[allocator.adaptor]] | Scoped allocators | `<scoped_allocator>` |
17
+ | [[function.objects]] | Function objects | `<functional>` |
18
+ | [[meta]] | Type traits | `<type_traits>` |
19
+ | [[ratio]] | Compile-time rational arithmetic | `<ratio>` |
20
+ | [[type.index]] | Type indexes | `<typeindex>` |
21
+ | [[execpol]] | Execution policies | `<execution>` |
22
+ | [[charconv]] | Primitive numeric conversions | `<charconv>` |
23
+ | [[format]] | Formatting | `<format>` |
24
+