libstdc++
|
#include <hashtable_policy.h>
Public Types | |
using | iterator = typename __hashtable_base::iterator |
using | key_type = typename __hashtable_base::key_type |
using | mapped_type = typename std::tuple_element< 1, _Pair >::type |
Public Member Functions | |
mapped_type & | at (const key_type &__k) |
const mapped_type & | at (const key_type &__k) const |
mapped_type & | operator[] (const key_type &__k) |
mapped_type & | operator[] (key_type &&__k) |
Partial specialization, __unique_keys set to true.
Definition at line 649 of file hashtable_policy.h.
using std::__detail::_Map_base< _Key, _Pair, _Alloc, _Select1st, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true >::iterator = typename __hashtable_base::iterator |
Definition at line 667 of file hashtable_policy.h.
using std::__detail::_Map_base< _Key, _Pair, _Alloc, _Select1st, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true >::key_type = typename __hashtable_base::key_type |
Definition at line 666 of file hashtable_policy.h.
using std::__detail::_Map_base< _Key, _Pair, _Alloc, _Select1st, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true >::mapped_type = typename std::tuple_element<1, _Pair>::type |
Definition at line 668 of file hashtable_policy.h.