<unordered_set>
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. |