Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the container template classes unordered_map and unordered_multimap and their supporting templates.
#include <unordered_map>
Classes
Stores hash table of {key, mapped} pairs. |
|
Stores hash table of {key, mapped} pairs. |
Functions
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. |
|
Tests if the unordered_map object on the left side of the operator is equal to the unordered_map object on the right side. |
|
Swaps two maps. |
|
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. |
|
Tests if the unordered_multimap object on the left side of the operator is equal to the unordered_multimap object on the right side. |
|
Swaps two multimaps. |