The latest version of this topic can be found at <unordered_set>.
Defines the container template classes unordered_multiset and unordered_set and their supporting templates.
Syntax
#include <unordered_set>
Classes
| unordered_multiset Class | Stores hash table of keys. |
| unordered_set Class | Stores hash table of keys. |
Functions
| operator!= | 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. |
| operator== | Tests if the unordered_multiset object on the left side of the operator is equal to the unordered_multiset object on the right side. |
| swap Function | Swaps two multisets. |
| operator!= | 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. |
| operator== | Tests if the unordered_set object on the left side of the operator is equal to the unordered_set object on the right side. |
| swap Function | Swaps two sets. |