Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

std::__detail::_insert(3) [centos man page]

std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal,r_H1,n_H2,n_Hash,a_RehashPolicy, _Traits, _Constant_iterators, _Unique_keys >(3)

NAME
std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, _Constant_iterators, _Unique_keys > - SYNOPSIS
Inherited by std::_Hashtable< _Key, _Tp, _Hash, _Pred, _Alloc >, and std::_Hashtable< _Value, _Hash, _Pred, _Alloc >. Detailed Description template<typename _Key, typename _Value, typename _Alloc, typename _ExtractKey, typename _Equal, typename _H1, typename _H2, typename _Hash, typename _RehashPolicy, typename _Traits, bool _Constant_iterators = _Traits::__constant_iterators::value, bool _Unique_keys = _Traits::__unique_keys::value>struct std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, _Constant_iterators, _Unique_keys > Primary class template _Insert. Select insert member functions appropriate to _Hashtable policy choices. Definition at line 661 of file hashtable_policy.h. Author Generated automatically by Doxygen for libstdc++ from the source code. std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal,T_H1,u_H2, _Hash, _RehashPolicy, _Traits, _Constant_iterators, _Unique_keys >(3)

Check Out this Related Man Page

std::__detail::_Insert_base< _std::__detail::_Insert_base<t_Key,r_Value,c_Alloc,a_ExtractKey,a_Equal,y_H1,r_H2, _Hash, _RehashPolicy, _Traits >(3)

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, _Unique_keys >, std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true, false >, and std::__detail::_Insert< _Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits, true, true >. Public Types 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 __iconv_type = typename __hashtable_base::__iconv_type using __ireturn_type = typename __hashtable_base::__ireturn_type 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 Public Member Functions __hashtable & _M_conjure_hashtable () __ireturn_type insert (const value_type &__v) iterator insert (const_iterator, const value_type &__v) void insert (initializer_list< value_type > __l) template<typename _InputIterator > void insert (_InputIterator __first, _InputIterator __last) 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. insert member functions appropriate to all _Hashtables. Definition at line 577 of file hashtable_policy.h. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ std::__detail::_Insert_base< _Key, _Value,n_Alloc,4_ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits >(3)
Man Page