tmp/tmpqgm2cbhe/{from.md → to.md}
RENAMED
|
@@ -3,9 +3,10 @@
|
|
| 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-value-type`*,
|
| 8 |
-
*`iter-key-type`*, *`iter-mapped-type`*,
|
|
|
|
| 9 |
defined in [[associative.general]] may appear in deduction guides for
|
| 10 |
unordered containers.
|
| 11 |
|
|
|
|
| 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-value-type`*,
|
| 8 |
+
*`iter-key-type`*, *`iter-mapped-type`*, *`iter-to-alloc-type`*,
|
| 9 |
+
*`range-key-type`*, *`range-mapped-type`*, and *`range-to-alloc-type`*
|
| 10 |
defined in [[associative.general]] may appear in deduction guides for
|
| 11 |
unordered containers.
|
| 12 |
|