File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11916
11916
It provides the operations described in the
11917
11917
preceding requirements table for equivalent keys; that is, an \tcode{unordered_multimap}
11918
11918
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>}.
11921
11922
11922
11923
\pnum
11923
11924
Subclause~\ref{unord.multimap} only describes operations on \tcode{unordered_multimap}
You can’t perform that action at this time.
0 commit comments