Difference between revisions of "cpp/container/unordered map"
(added mapped_type typedef) |
m (complexity note) |
||
Line 11: | Line 11: | ||
}} | }} | ||
− | Unordered map is an associative container that contains | + | Unordered map is an associative container that contains key-value pairs with unique keys. Search, insertion, and removal have average constant-time complexity. |
===Member types=== | ===Member types=== |
Revision as of 12:31, 6 October 2011
Template:cpp/container/unordered map/sidebar
Defined in header <unordered_map>
|
||
template< class Key, |
Template:mark c++11 feature | |
Unordered map is an associative container that contains key-value pairs with unique keys. 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