libstdc++
std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true, false > Struct Template Reference
Inheritance diagram for std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true, false >:
[legend]

List of all members.

Public Member Functions

__ireturn_type insert (const value_type &__v)
iterator insert (const_iterator __hint, const value_type &__v)
void insert (initializer_list< value_type > __l)
template<typename _InputIterator >
void insert (_InputIterator __first, _InputIterator __last)
iterator insert (value_type &&__v)
iterator insert (const_iterator __hint, value_type &&__v)

Protected Member Functions

__hashtable & _M_conjure_hashtable ()
template<typename _InputIterator , typename _NodeGetter >
void _M_insert_range (_InputIterator __first, _InputIterator __last, const _NodeGetter &)

Detailed Description

template<typename _Key, typename _Value, typename _Alloc, typename _ExtractKey, typename _Equal, typename _H1, typename _H2, typename _Hash, typename _RehashPolicy, typename _Traits>
struct std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true, false >

Specialization.

Definition at line 830 of file hashtable_policy.h.


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