libstdc++
|
Go to the source code of this file.
Classes | |
class | std::unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > |
A standard container composed of unique keys (containing at most one of each key value) that associates values of another type with the keys. More... | |
class | std::unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc > |
A standard container composed of equivalent keys (possibly containing multiple of each key value) that associates values of another type with the keys. More... | |
Namespaces | |
namespace | std |
Functions | |
template<class _Key , class _Tp , class _Hash , class _Pred , class _Alloc > | |
bool | std::operator!= (const unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > &__x, const unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > &__y) |
template<class _Key , class _Tp , class _Hash , class _Pred , class _Alloc > | |
bool | std::operator!= (const unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc > &__x, const unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc > &__y) |
template<class _Key , class _Tp , class _Hash , class _Pred , class _Alloc > | |
bool | std::operator== (const unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > &__x, const unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > &__y) |
template<class _Key , class _Tp , class _Hash , class _Pred , class _Alloc > | |
bool | std::operator== (const unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc > &__x, const unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc > &__y) |
template<class _Key , class _Tp , class _Hash , class _Pred , class _Alloc > | |
void | std::swap (unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > &__x, unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > &__y) |
template<class _Key , class _Tp , class _Hash , class _Pred , class _Alloc > | |
void | std::swap (unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc > &__x, unordered_multimap< _Key, _Tp, _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_map>.
Definition in file unordered_map.h.