libstdc++
|
Go to the source code of this file.
Classes | |
class | std::unordered_multiset< _Value, _Hash, _Pred, _Alloc > |
A standard container composed of equivalent keys (possibly containing multiple of each key value) in which the elements' keys are the elements themselves. More... | |
class | std::unordered_set< _Value, _Hash, _Pred, _Alloc > |
A standard container composed of unique keys (containing at most one of each key value) in which the elements' keys are the elements themselves. More... | |
Namespaces | |
namespace | std |
Functions | |
template<class _Value , class _Hash , class _Pred , class _Alloc > | |
bool | std::operator!= (const unordered_set< _Value, _Hash, _Pred, _Alloc > &__x, const unordered_set< _Value, _Hash, _Pred, _Alloc > &__y) |
template<class _Value , class _Hash , class _Pred , class _Alloc > | |
bool | std::operator!= (const unordered_multiset< _Value, _Hash, _Pred, _Alloc > &__x, const unordered_multiset< _Value, _Hash, _Pred, _Alloc > &__y) |
template<class _Value , class _Hash , class _Pred , class _Alloc > | |
bool | std::operator== (const unordered_set< _Value, _Hash, _Pred, _Alloc > &__x, const unordered_set< _Value, _Hash, _Pred, _Alloc > &__y) |
template<class _Value , class _Hash , class _Pred , class _Alloc > | |
bool | std::operator== (const unordered_multiset< _Value, _Hash, _Pred, _Alloc > &__x, const unordered_multiset< _Value, _Hash, _Pred, _Alloc > &__y) |
template<class _Value , class _Hash , class _Pred , class _Alloc > | |
void | std::swap (unordered_set< _Value, _Hash, _Pred, _Alloc > &__x, unordered_set< _Value, _Hash, _Pred, _Alloc > &__y) |
template<class _Value , class _Hash , class _Pred , class _Alloc > | |
void | std::swap (unordered_multiset< _Value, _Hash, _Pred, _Alloc > &__x, unordered_multiset< _Value, _Hash, _Pred, _Alloc > &__y) |
This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <unordered_set>.
Definition in file unordered_set.h.