Functions |
template<class _Key , class _Tp , class _Hash , class _Pred , class _Alloc , bool __cache_hash_code> |
void | std::swap (__unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc, __cache_hash_code > &__x, __unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc, __cache_hash_code > &__y) |
template<class _Key , class _Tp , class _Hash , class _Pred , class _Alloc , bool __cache_hash_code> |
void | std::swap (__unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc, __cache_hash_code > &__x, __unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc, __cache_hash_code > &__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) |
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_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) |
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. You should not attempt to use it directly.
Definition in file tr1_impl/unordered_map.