Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |