<unordered_map>

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

#include <unordered_map>

Classes

unordered_map Class

Stores hash table of {key, mapped} pairs.

unordered_multimap Class

Stores hash table of {key, mapped} pairs.

Functions

operator!= (unordered_map)

Tests if the unordered_map object on the left side of the operator is not equal to the unordered_map object on the right side.

operator== (unordered_map)

Tests if the unordered_map object on the left side of the operator is equal to the unordered_map object on the right side.

swap Function (unordered_map)

Swaps two maps.

operator!= (unordered_multimap)

Tests if the unordered_multimap object on the left side of the operator is not equal to the unordered_multimap object on the right side.

operator== (unordered_multimap)

Tests if the unordered_multimap object on the left side of the operator is equal to the unordered_multimap object on the right side.

swap Function (unordered_multimap)

Swaps two multimaps.

See Also

Reference

unordered_multiset Class

unordered_set Class