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