<unordered_set>
Defines the container template classes unordered_multiset and unordered_set and their supporting templates.
#include <unordered_set>
클래스
Stores hash table of keys. |
|
Stores hash table of keys. |
함수
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. |