logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::__detail::_Insert_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy,

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

libstdc++                                        Tue Jul 1std::__detail::_Insert...RehashPolicy,_Traits>(3cxx)

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_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash,
       _RehashPolicy, _Traits >" Primary class template _Insert_base.

       Defines insert member functions appropriate to all _Hashtables.

       Definition at line 782 of file hashtable_policy.h.

Name

       std::__detail::_Insert_base< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy,
       _Traits >

Synopsis

       Inherited by std::__detail::_Insert<_Key,_Value,_Alloc,_ExtractKey,_Equal,_H1,_H2,_Hash,_RehashPolicy,_Traits,false>, and std::__detail::_Insert<_Key,_Value,_Alloc,_ExtractKey,_Equal,_H1,_H2,_Hash,_RehashPolicy,_Traits,true>.

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

   ProtectedTypes
       using __hashtable = _Hashtable< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash,
           _RehashPolicy, _Traits >
       using __hashtable_base = _Hashtable_base< _Key, _Value, _ExtractKey, _Equal, _H1, _H2, _Hash, _Traits >
       using __ireturn_type = typename __hashtable_base::__ireturn_type
       using __node_alloc_type = __alloc_rebind< _Alloc, __node_type >
       using __node_gen_type = _AllocNode< __node_alloc_type >
       using __node_type = _Hash_node< _Value, _Traits::__hash_cached::value >
       using __unique_keys = typename __hashtable_base::__unique_keys
       using const_iterator = typename __hashtable_base::const_iterator
       using iterator = typename __hashtable_base::iterator
       using size_type = typename __hashtable_base::size_type
       using value_type = typename __hashtable_base::value_type

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

See Also