libstdc++
std::__detail::_Map_base< _Key, _Pair, _Alloc, _Select1st, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true > Struct Template Reference

List of all members.

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)

Detailed Description

template<typename _Key, typename _Pair, typename _Alloc, typename _Equal, typename _H1, typename _H2, typename _Hash, typename _RehashPolicy, typename _Traits>
struct std::__detail::_Map_base< _Key, _Pair, _Alloc, _Select1st, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true >

Partial specialization, __unique_keys set to true.

Definition at line 440 of file hashtable_policy.h.


The documentation for this struct was generated from the following file: