<unordered_map>
Defines the container template classes unordered_map and unordered_multimap and their supporting templates.
#include <unordered_map>
Declarations
Class |
Description |
---|---|
Stores hash table of {key, mapped} pairs. |
|
Stores hash table of {key, mapped} pairs. |
Template Functions
Function |
Description |
---|---|
Swaps two maps. |
|
Swaps two multimaps. |