From Jason Turner

[tab:util.lib.summary]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpru0i76q0/{from.md → to.md} +0 -25
tmp/tmpru0i76q0/{from.md → to.md} RENAMED
@@ -1,25 +0,0 @@
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
-