Difference between revisions of "cpp/container/unordered multimap"
m (Text replace - "operator_comp" to "operator_cmp") |
m (Text replace - "{{mark c++11 feature}}" to "{{mark since c++11}}") |
||
Line 1: | Line 1: | ||
{{cpp/title|unordered_multimap}} | {{cpp/title|unordered_multimap}} | ||
{{cpp/container/unordered_multimap/sidebar}} | {{cpp/container/unordered_multimap/sidebar}} | ||
− | {{ddcl | header=unordered_map | notes={{mark c++11 | + | {{ddcl | header=unordered_map | notes={{mark since c++11}} | |
template< | template< | ||
class Key, | class Key, |
Revision as of 14:51, 24 December 2011
Template:cpp/container/unordered multimap/sidebar
Defined in header <unordered_map>
|
||
template< class Key, |
(since C++11) | |
Unordered multimap is an unordered associative container that supports equivalent keys (an unordered_multimap may contain multiple copies of each key value) and that associates values of another type with the keys. The unordered_multimap class supports forward iterators. Search, insertion, and removal have average constant-time complexity.
Contents |
Member types
Template:tdcl list begin Template:tdcl list hitem Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list end