Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Defines the container template classes unordered_multiset and unordered_set and their supporting templates.
#include <unordered_set>
Classes
Stores hash table of keys. |
|
Stores hash table of keys. |
Functions
Tests if the unordered_multiset object on the left side of the operator is not equal to the unordered_multiset object on the right side. |
|
Tests if the unordered_multiset object on the left side of the operator is equal to the unordered_multiset object on the right side. |
|
Swaps two multisets. |
|
Tests if the unordered_set object on the left side of the operator is not equal to the unordered_set object on the right side. |
|
Tests if the unordered_set object on the left side of the operator is equal to the unordered_set object on the right side. |
|
Swaps two sets. |