libstdc++
|
Go to the source code of this file.
Classes | |
class | std::__debug::unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > |
Class std::unordered_map with safety/checking/debug instrumentation. More... | |
class | std::__debug::unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc > |
Class std::unordered_multimap with safety/checking/debug instrumentation. More... | |
Namespaces | |
namespace | std |
namespace | std::__debug |
Defines | |
#define | _GLIBCXX_DEBUG_UNORDERED_MAP |
Functions | |
template<typename _Key , typename _Tp , typename _Hash , typename _Pred , typename _Alloc > | |
bool | std::__debug::operator!= (const unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > &__x, const unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > &__y) |
template<typename _Key , typename _Tp , typename _Hash , typename _Pred , typename _Alloc > | |
bool | std::__debug::operator!= (const unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc > &__x, const unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc > &__y) |
template<typename _Key , typename _Tp , typename _Hash , typename _Pred , typename _Alloc > | |
bool | std::__debug::operator== (const unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > &__x, const unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > &__y) |
template<typename _Key , typename _Tp , typename _Hash , typename _Pred , typename _Alloc > | |
bool | std::__debug::operator== (const unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc > &__x, const unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc > &__y) |
template<typename _Key , typename _Tp , typename _Hash , typename _Pred , typename _Alloc > | |
void | std::__debug::swap (unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > &__x, unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > &__y) |
template<typename _Key , typename _Tp , typename _Hash , typename _Pred , typename _Alloc > | |
void | std::__debug::swap (unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc > &__x, unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc > &__y) |
This file is a GNU debug extension to the Standard C++ Library.
Definition in file debug/unordered_map.