Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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. |