libstdc++
|
Go to the source code of this file.
Namespaces | |
namespace | std |
Macros | |
#define | _GLIBCXX_UNORDERED_MAP |
Typedefs | |
template<typename _Key , typename _Tp , typename _Hash = std::hash<_Key>, typename _Pred = std::equal_to<_Key>> | |
using | std::pmr::unordered_map = std::unordered_map< _Key, _Tp, _Hash, _Pred, polymorphic_allocator< pair< const _Key, _Tp > > > |
template<typename _Key , typename _Tp , typename _Hash = std::hash<_Key>, typename _Pred = std::equal_to<_Key>> | |
using | std::pmr::unordered_multimap = std::unordered_multimap< _Key, _Tp, _Hash, _Pred, polymorphic_allocator< pair< const _Key, _Tp > > > |
This is a Standard C++ Library header.
Definition in file unordered_map.
#define _GLIBCXX_UNORDERED_MAP |
Definition at line 30 of file unordered_map.
using std::pmr::unordered_map = typedef std::unordered_map<_Key, _Tp, _Hash, _Pred, polymorphic_allocator<pair<const _Key, _Tp> >> |
Definition at line 64 of file unordered_map.
using std::pmr::unordered_multimap = typedef std::unordered_multimap<_Key, _Tp, _Hash, _Pred, polymorphic_allocator<pair<const _Key, _Tp> >> |
Definition at line 69 of file unordered_map.