<unordered_set>

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

#include <unordered_set>

Classes

unordered_multiset Class

Stores hash table of keys.

unordered_set Class

Stores hash table of keys.

Functions

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

Swaps two sets.

See Also

Reference

unordered_map Class

unordered_multimap Class