<unordered_map>

Defines the container template classes unordered_map and unordered_multimap and their supporting templates.

#include <unordered_map>

Declarations

Class

Description

unordered_map Class

Stores hash table of {key, mapped} pairs.

unordered_multimap Class

Stores hash table of {key, mapped} pairs.

Template Functions

Function

Description

swap Function (unordered_map)

Swaps two maps.

swap Function (unordered_multimap)

Swaps two multimaps.

See Also

Reference

unordered_multiset Class

unordered_set Class