We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be153e commit 633178fCopy full SHA for 633178f
source/containers.tex
@@ -12603,7 +12603,7 @@
12603
It provides the operations described in the
12604
preceding requirements table for equivalent keys; that is, an \tcode{unordered_multiset}
12605
supports the \tcode{a_eq} operations in that table, not the \tcode{a_uniq} operations.
12606
-For an \tcode{unordered_multiset<Key>} the \tcode{key type} and the value type are
+For an \tcode{unordered_multiset<Key>} the \tcode{key_type} and the \tcode{value_type} are
12607
both \tcode{Key}. The \tcode{iterator} and \tcode{const_iterator} types are both
12608
constant iterator types. It is unspecified whether they are the same type.
12609
0 commit comments