Skip to content

Commit a421a30

Browse files
jwakelytkoeppe
authored andcommitted
[unord.multimap.overview] Fix presentation of member types
As already done in de6b0e7 for unordered_map.
1 parent c760bb5 commit a421a30

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/containers.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11916,8 +11916,9 @@
1191611916
It provides the operations described in the
1191711917
preceding requirements table for equivalent keys; that is, an \tcode{unordered_multimap}
1191811918
supports the \tcode{a_eq} operations in that table, not the \tcode{a_uniq} operations.
11919-
For an \tcode{unordered_multimap<Key, T>} the \tcode{key type} is \tcode{Key}, the
11920-
mapped type is \tcode{T}, and the value type is \tcode{pair<const Key, T>}.
11919+
For an \tcode{unordered_multimap<Key, T>} the \tcode{key_type} is \tcode{Key},
11920+
the \tcode{mapped_type} is \tcode{T},
11921+
and the \tcode{value_type} is \tcode{pair<const Key, T>}.
1192111922

1192211923
\pnum
1192311924
Subclause~\ref{unord.multimap} only describes operations on \tcode{unordered_multimap}

0 commit comments

Comments
 (0)