다음을 통해 공유


<unordered_map>

Defines the container template classes unordered_map and unordered_multimap and their supporting templates.

#include <unordered_map>

클래스

unordered_map 클래스

Stores hash table of {key, mapped} pairs.

unordered_multimap 클래스

Stores hash table of {key, mapped} pairs.

함수

operator!= (unordered_map)

Tests if the unordered_map object on the left side of the operator is not equal to the unordered_map object on the right side.

operator== (unordered_map)

Tests if the unordered_map object on the left side of the operator is equal to the unordered_map object on the right side.

swap 함수(unordered_map)

Swaps two maps.

operator!= (unordered_multimap)

Tests if the unordered_multimap object on the left side of the operator is not equal to the unordered_multimap object on the right side.

operator== (unordered_multimap)

Tests if the unordered_multimap object on the left side of the operator is equal to the unordered_multimap object on the right side.

swap 함수(unordered_multimap)

Swaps two multimaps.

참고 항목

참조

unordered_multiset 클래스

unordered_set 클래스