다음을 통해 공유


<unordered_set>

Defines the container template classes unordered_multiset and unordered_set and their supporting templates.

#include <unordered_set>

클래스

unordered_multiset 클래스

Stores hash table of keys.

unordered_set 클래스

Stores hash table of keys.

함수

operator!= (unordered_multiset)

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== (unordered_multiset)

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 함수(unordered_multiset)

Swaps two multisets.

operator!= (unordered_set)

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== (unordered_set)

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 함수(unordered_set)

Swaps two sets.

참고 항목

참조

unordered_map 클래스

unordered_multimap 클래스