tmp/tmpxfjd9g_r/{from.md → to.md}
RENAMED
|
@@ -2,5 +2,9 @@
|
|
| 2 |
|
| 3 |
The header `<unordered_map>` defines the class templates `unordered_map`
|
| 4 |
and `unordered_multimap`; the header `<unordered_set>` defines the class
|
| 5 |
templates `unordered_set` and `unordered_multiset`.
|
| 6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
The header `<unordered_map>` defines the class templates `unordered_map`
|
| 4 |
and `unordered_multimap`; the header `<unordered_set>` defines the class
|
| 5 |
templates `unordered_set` and `unordered_multiset`.
|
| 6 |
|
| 7 |
+
The exposition-only alias templates `iter_key_t`, `iter_val_t`, and
|
| 8 |
+
`iter_to_alloc_t` defined in [[associative.general]] may appear in
|
| 9 |
+
deduction guides for unordered containers.
|
| 10 |
+
|