.TH "std::__debug::unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc >" 3cxx "Sun Jan 8 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__debug::unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc > \- Class std::unordered_map with safety/checking/debug instrumentation\&. .SH SYNOPSIS .br .PP .PP Inherits \fB__gnu_debug::_Safe_container< unordered_map< _Key, _Tp, std::hash< _Key >, std::equal_to< _Key >, std::allocator< std::pair< const _Key, _Tp > > >, std::allocator< std::pair< const _Key, _Tp > >, __gnu_debug::_Safe_unordered_container >\fP, and unordered_map< _Key, _Tp, std::hash< _Key >, std::equal_to< _Key >, std::allocator< std::pair< const _Key, _Tp > > >\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef _Base::allocator_type \fBallocator_type\fP" .br .ti -1c .RI "typedef \fB__gnu_debug::_Safe_iterator\fP< _Base_const_iterator, \fBunordered_map\fP > \fBconst_iterator\fP" .br .ti -1c .RI "typedef \fB__gnu_debug::_Safe_local_iterator\fP< _Base_const_local_iterator, \fBunordered_map\fP > \fBconst_local_iterator\fP" .br .ti -1c .RI "typedef _Base::const_pointer \fBconst_pointer\fP" .br .ti -1c .RI "typedef _Base::const_reference \fBconst_reference\fP" .br .ti -1c .RI "typedef _Base::difference_type \fBdifference_type\fP" .br .ti -1c .RI "typedef _Base::hasher \fBhasher\fP" .br .ti -1c .RI "using \fBinsert_return_type\fP = \fB_Node_insert_return\fP< \fBiterator\fP, node_type >" .br .ti -1c .RI "typedef \fB__gnu_debug::_Safe_iterator\fP< _Base_iterator, \fBunordered_map\fP > \fBiterator\fP" .br .ti -1c .RI "typedef _Base::key_equal \fBkey_equal\fP" .br .ti -1c .RI "typedef _Base::key_type \fBkey_type\fP" .br .ti -1c .RI "typedef \fB__gnu_debug::_Safe_local_iterator\fP< _Base_local_iterator, \fBunordered_map\fP > \fBlocal_iterator\fP" .br .ti -1c .RI "typedef _Base::mapped_type \fBmapped_type\fP" .br .ti -1c .RI "using \fBnode_type\fP = typename _Base::node_type" .br .ti -1c .RI "typedef _Base::pointer \fBpointer\fP" .br .ti -1c .RI "typedef _Base::reference \fBreference\fP" .br .ti -1c .RI "typedef _Base::size_type \fBsize_type\fP" .br .ti -1c .RI "typedef _Base::value_type \fBvalue_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBunordered_map\fP (_Base_ref __x)" .br .ti -1c .RI "template \fBunordered_map\fP (_InputIterator __first, _InputIterator __last, size_type __n, const allocator_type &__a)" .br .ti -1c .RI "template \fBunordered_map\fP (_InputIterator __first, _InputIterator __last, size_type __n, const hasher &__hf, const allocator_type &__a)" .br .ti -1c .RI "template \fBunordered_map\fP (_InputIterator __first, _InputIterator __last, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type())" .br .ti -1c .RI "\fBunordered_map\fP (const allocator_type &__a)" .br .ti -1c .RI "\fBunordered_map\fP (const \fBunordered_map\fP &)=default" .br .ti -1c .RI "\fBunordered_map\fP (const \fBunordered_map\fP &__umap, const allocator_type &__a)" .br .ti -1c .RI "\fBunordered_map\fP (\fBinitializer_list\fP< value_type > __l, size_type __n, const allocator_type &__a)" .br .ti -1c .RI "\fBunordered_map\fP (\fBinitializer_list\fP< value_type > __l, size_type __n, const hasher &__hf, const allocator_type &__a)" .br .ti -1c .RI "\fBunordered_map\fP (\fBinitializer_list\fP< value_type > __l, size_type __n=0, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type())" .br .ti -1c .RI "\fBunordered_map\fP (size_type __n, const allocator_type &__a)" .br .ti -1c .RI "\fBunordered_map\fP (size_type __n, const hasher &__hf, const allocator_type &__a)" .br .ti -1c .RI "\fBunordered_map\fP (size_type __n, const hasher &__hf=hasher(), const key_equal &__eql=key_equal(), const allocator_type &__a=allocator_type())" .br .ti -1c .RI "\fBunordered_map\fP (\fBunordered_map\fP &&)=default" .br .ti -1c .RI "\fBunordered_map\fP (\fBunordered_map\fP &&__umap, const allocator_type &__a) noexcept(noexcept(\fB_Base\fP(\fBstd::move\fP(__umap), __a)))" .br .ti -1c .RI "const \fB_Base\fP & \fB_M_base\fP () const noexcept" .br .ti -1c .RI "\fB_Base\fP & \fB_M_base\fP () noexcept" .br .ti -1c .RI "void \fB_M_invalidate_all\fP ()" .br .ti -1c .RI "void \fB_M_invalidate_if\fP (_Predicate __pred)" .br .ti -1c .RI "void \fB_M_invalidate_local_if\fP (_Predicate __pred)" .br .ti -1c .RI "\fBconst_iterator\fP \fBbegin\fP () const noexcept" .br .ti -1c .RI "\fBiterator\fP \fBbegin\fP () noexcept" .br .ti -1c .RI "\fBlocal_iterator\fP \fBbegin\fP (size_type __b)" .br .ti -1c .RI "\fBconst_local_iterator\fP \fBbegin\fP (size_type __b) const" .br .ti -1c .RI "size_type \fBbucket_size\fP (size_type __b) const" .br .ti -1c .RI "\fBconst_iterator\fP \fBcbegin\fP () const noexcept" .br .ti -1c .RI "\fBconst_local_iterator\fP \fBcbegin\fP (size_type __b) const" .br .ti -1c .RI "\fBconst_iterator\fP \fBcend\fP () const noexcept" .br .ti -1c .RI "\fBconst_local_iterator\fP \fBcend\fP (size_type __b) const" .br .ti -1c .RI "void \fBclear\fP () noexcept" .br .ti -1c .RI "template \fBstd::pair\fP< \fBiterator\fP, bool > \fBemplace\fP (_Args &&\&.\&.\&. __args)" .br .ti -1c .RI "template \fBiterator\fP \fBemplace_hint\fP (\fBconst_iterator\fP __hint, _Args &&\&.\&.\&. __args)" .br .ti -1c .RI "\fBconst_iterator\fP \fBend\fP () const noexcept" .br .ti -1c .RI "\fBiterator\fP \fBend\fP () noexcept" .br .ti -1c .RI "\fBlocal_iterator\fP \fBend\fP (size_type __b)" .br .ti -1c .RI "\fBconst_local_iterator\fP \fBend\fP (size_type __b) const" .br .ti -1c .RI "template, typename = std::__has_is_transparent_t<_Pred, _Kt>> \fBstd::pair\fP< \fBiterator\fP, \fBiterator\fP > \fBequal_range\fP (const _Kt &__k)" .br .ti -1c .RI "template, typename = std::__has_is_transparent_t<_Pred, _Kt>> \fBstd::pair\fP< \fBconst_iterator\fP, \fBconst_iterator\fP > \fBequal_range\fP (const _Kt &__k) const" .br .ti -1c .RI "\fBstd::pair\fP< \fBiterator\fP, \fBiterator\fP > \fBequal_range\fP (const key_type &__key)" .br .ti -1c .RI "\fBstd::pair\fP< \fBconst_iterator\fP, \fBconst_iterator\fP > \fBequal_range\fP (const key_type &__key) const" .br .ti -1c .RI "_Base_iterator \fBerase\fP (_Base_const_iterator __it)" .br .ti -1c .RI "size_type \fBerase\fP (const key_type &__key)" .br .ti -1c .RI "\fBiterator\fP \fBerase\fP (\fBconst_iterator\fP __first, \fBconst_iterator\fP __last)" .br .ti -1c .RI "\fBiterator\fP \fBerase\fP (\fBconst_iterator\fP __it)" .br .ti -1c .RI "\fBiterator\fP \fBerase\fP (\fBiterator\fP __it)" .br .ti -1c .RI "node_type \fBextract\fP (const key_type &__key)" .br .ti -1c .RI "node_type \fBextract\fP (\fBconst_iterator\fP __position)" .br .ti -1c .RI "template, typename = std::__has_is_transparent_t<_Pred, _Kt>> \fBiterator\fP \fBfind\fP (const _Kt &__k)" .br .ti -1c .RI "template, typename = std::__has_is_transparent_t<_Pred, _Kt>> \fBconst_iterator\fP \fBfind\fP (const _Kt &__k) const" .br .ti -1c .RI "\fBiterator\fP \fBfind\fP (const key_type &__key)" .br .ti -1c .RI "\fBconst_iterator\fP \fBfind\fP (const key_type &__key) const" .br .ti -1c .RI "template void \fBinsert\fP (_InputIterator __first, _InputIterator __last)" .br .ti -1c .RI "template::value>::type> \fBstd::pair\fP< \fBiterator\fP, bool > \fBinsert\fP (_Pair &&__obj)" .br .ti -1c .RI "\fBstd::pair\fP< \fBiterator\fP, bool > \fBinsert\fP (const value_type &__obj)" .br .ti -1c .RI "template::value>::type> \fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP __hint, _Pair &&__obj)" .br .ti -1c .RI "\fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP __hint, const value_type &__obj)" .br .ti -1c .RI "\fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP __hint, node_type &&__nh)" .br .ti -1c .RI "\fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP __hint, value_type &&__x)" .br .ti -1c .RI "\fBinsert_return_type\fP \fBinsert\fP (node_type &&__nh)" .br .ti -1c .RI "void \fBinsert\fP (\fBstd::initializer_list\fP< value_type > __l)" .br .ti -1c .RI "\fBstd::pair\fP< \fBiterator\fP, bool > \fBinsert\fP (value_type &&__x)" .br .ti -1c .RI "template \fBpair\fP< \fBiterator\fP, bool > \fBinsert_or_assign\fP (const key_type &__k, _Obj &&__obj)" .br .ti -1c .RI "template \fBiterator\fP \fBinsert_or_assign\fP (\fBconst_iterator\fP __hint, const key_type &__k, _Obj &&__obj)" .br .ti -1c .RI "template \fBiterator\fP \fBinsert_or_assign\fP (\fBconst_iterator\fP __hint, key_type &&__k, _Obj &&__obj)" .br .ti -1c .RI "template \fBpair\fP< \fBiterator\fP, bool > \fBinsert_or_assign\fP (key_type &&__k, _Obj &&__obj)" .br .ti -1c .RI "float \fBmax_load_factor\fP () const noexcept" .br .ti -1c .RI "void \fBmax_load_factor\fP (float __f)" .br .ti -1c .RI "template void \fBmerge\fP (\fBunordered_map\fP< _Key, _Tp, _H2, _P2, _Alloc > &&__source)" .br .ti -1c .RI "template void \fBmerge\fP (\fBunordered_map\fP< _Key, _Tp, _H2, _P2, _Alloc > &__source)" .br .ti -1c .RI "template void \fBmerge\fP (\fBunordered_multimap\fP< _Key, _Tp, _H2, _P2, _Alloc > &&__source)" .br .ti -1c .RI "template void \fBmerge\fP (\fBunordered_multimap\fP< _Key, _Tp, _H2, _P2, _Alloc > &__source)" .br .ti -1c .RI "\fBunordered_map\fP & \fBoperator=\fP (const \fBunordered_map\fP &)=default" .br .ti -1c .RI "\fBunordered_map\fP & \fBoperator=\fP (\fBinitializer_list\fP< value_type > __l)" .br .ti -1c .RI "\fBunordered_map\fP & \fBoperator=\fP (\fBunordered_map\fP &&)=default" .br .ti -1c .RI "void \fBswap\fP (\fBunordered_map\fP &__x) noexcept(noexcept(\fBdeclval\fP< \fB_Base\fP & >()\&.swap(__x)))" .br .ti -1c .RI "template \fBpair\fP< \fBiterator\fP, bool > \fBtry_emplace\fP (const key_type &__k, _Args &&\&.\&.\&. __args)" .br .ti -1c .RI "template \fBiterator\fP \fBtry_emplace\fP (\fBconst_iterator\fP __hint, const key_type &__k, _Args &&\&.\&.\&. __args)" .br .ti -1c .RI "template \fBiterator\fP \fBtry_emplace\fP (\fBconst_iterator\fP __hint, key_type &&__k, _Args &&\&.\&.\&. __args)" .br .ti -1c .RI "template \fBpair\fP< \fBiterator\fP, bool > \fBtry_emplace\fP (key_type &&__k, _Args &&\&.\&.\&. __args)" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "_Safe_iterator_base * \fB_M_const_iterators\fP" .br .RI "The list of constant iterators that reference this container\&. " .ti -1c .RI "_Safe_iterator_base * \fB_M_const_local_iterators\fP" .br .RI "The list of constant local iterators that reference this container\&. " .ti -1c .RI "_Safe_iterator_base * \fB_M_iterators\fP" .br .RI "The list of mutable iterators that reference this container\&. " .ti -1c .RI "_Safe_iterator_base * \fB_M_local_iterators\fP" .br .RI "The list of mutable local iterators that reference this container\&. " .ti -1c .RI "unsigned int \fB_M_version\fP" .br .RI "The container version number\&. This number may never be 0\&. " .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "void \fB_M_detach_all\fP ()" .br .ti -1c .RI "void \fB_M_detach_singular\fP ()" .br .ti -1c .RI "__gnu_cxx::__mutex & \fB_M_get_mutex\fP () throw ()" .br .ti -1c .RI "void \fB_M_invalidate_all\fP () const" .br .ti -1c .RI "void \fB_M_invalidate_locals\fP ()" .br .ti -1c .RI "void \fB_M_revalidate_singular\fP ()" .br .ti -1c .RI "void \fB_M_swap\fP (_Safe_container &__x) noexcept" .br .ti -1c .RI "void \fB_M_swap\fP (_Safe_sequence_base &__x) noexcept" .br .ti -1c .RI "void \fB_M_swap\fP (_Safe_unordered_container_base &__x) noexcept" .br .in -1c .SS "Static Protected Member Functions" .in +1c .ti -1c .RI "static _UContMergeGuard< _Source, _UContInvalidatePred< _ExtractKey, _Source > > \fB_S_uc_guard\fP (_ExtractKey, _Source &__src)" .br .ti -1c .RI "static _UContMergeGuard< _Source, _UMContInvalidatePred< _ExtractKey, _Source > > \fB_S_umc_guard\fP (_ExtractKey, _Source &__src)" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "template class \fB::__gnu_debug::_Safe_iterator\fP" .br .ti -1c .RI "template class \fB::__gnu_debug::_Safe_local_iterator\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> .br class std::__debug::unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc >"Class std::unordered_map with safety/checking/debug instrumentation\&. .PP Definition at line \fB63\fP of file \fBdebug/unordered_map\fP\&. .SH "Member Typedef Documentation" .PP .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> typedef _Base::allocator_type \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::allocator_type" .PP Definition at line \fB96\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> typedef \fB__gnu_debug::_Safe_iterator\fP< _Base_const_iterator, \fBunordered_map\fP> \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::const_iterator" .PP Definition at line \fB109\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> typedef \fB__gnu_debug::_Safe_local_iterator\fP< _Base_const_local_iterator, \fBunordered_map\fP> \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::const_local_iterator" .PP Definition at line \fB113\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> typedef _Base::const_pointer \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::const_pointer" .PP Definition at line \fB103\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> typedef _Base::const_reference \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::const_reference" .PP Definition at line \fB105\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> typedef _Base::difference_type \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::difference_type" .PP Definition at line \fB114\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> typedef _Base::hasher \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::hasher" .PP Definition at line \fB94\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> using \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::insert_return_type = \fB_Node_insert_return\fP<\fBiterator\fP, node_type>" .PP Definition at line \fB525\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> typedef \fB__gnu_debug::_Safe_iterator\fP< _Base_iterator, \fBunordered_map\fP> \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::iterator" .PP Definition at line \fB107\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> typedef _Base::key_equal \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::key_equal" .PP Definition at line \fB95\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> typedef _Base::key_type \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::key_type" .PP Definition at line \fB98\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> typedef \fB__gnu_debug::_Safe_local_iterator\fP< _Base_local_iterator, \fBunordered_map\fP> \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::local_iterator" .PP Definition at line \fB111\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> typedef _Base::mapped_type \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::mapped_type" .PP Definition at line \fB100\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> using \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::node_type = typename _Base::node_type" .PP Definition at line \fB524\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> typedef _Base::pointer \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::pointer" .PP Definition at line \fB102\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> typedef _Base::reference \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::reference" .PP Definition at line \fB104\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> typedef _Base::size_type \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::size_type" .PP Definition at line \fB93\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> typedef _Base::value_type \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::value_type" .PP Definition at line \fB99\fP of file \fBdebug/unordered_map\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::unordered_map (size_type __n, const hasher & __hf = \fChasher()\fP, const key_equal & __eql = \fCkey_equal()\fP, const allocator_type & __a = \fCallocator_type()\fP)\fC [inline]\fP, \fC [explicit]\fP" .PP Definition at line \fB119\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> template \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::unordered_map (_InputIterator __first, _InputIterator __last, size_type __n = \fC0\fP, const hasher & __hf = \fChasher()\fP, const key_equal & __eql = \fCkey_equal()\fP, const allocator_type & __a = \fCallocator_type()\fP)\fC [inline]\fP" .PP Definition at line \fB126\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::unordered_map (_Base_ref __x)\fC [inline]\fP" .PP Definition at line \fB138\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::unordered_map (const allocator_type & __a)\fC [inline]\fP, \fC [explicit]\fP" .PP Definition at line \fB144\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::unordered_map (const \fBunordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc > & __umap, const allocator_type & __a)\fC [inline]\fP" .PP Definition at line \fB147\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::unordered_map (\fBunordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc > && __umap, const allocator_type & __a)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB151\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::unordered_map (\fBinitializer_list\fP< value_type > __l, size_type __n = \fC0\fP, const hasher & __hf = \fChasher()\fP, const key_equal & __eql = \fCkey_equal()\fP, const allocator_type & __a = \fCallocator_type()\fP)\fC [inline]\fP" .PP Definition at line \fB157\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::unordered_map (size_type __n, const allocator_type & __a)\fC [inline]\fP" .PP Definition at line \fB164\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::unordered_map (size_type __n, const hasher & __hf, const allocator_type & __a)\fC [inline]\fP" .PP Definition at line \fB168\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> template \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::unordered_map (_InputIterator __first, _InputIterator __last, size_type __n, const allocator_type & __a)\fC [inline]\fP" .PP Definition at line \fB175\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> template \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::unordered_map (_InputIterator __first, _InputIterator __last, size_type __n, const hasher & __hf, const allocator_type & __a)\fC [inline]\fP" .PP Definition at line \fB182\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::unordered_map (\fBinitializer_list\fP< value_type > __l, size_type __n, const allocator_type & __a)\fC [inline]\fP" .PP Definition at line \fB189\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::unordered_map (\fBinitializer_list\fP< value_type > __l, size_type __n, const hasher & __hf, const allocator_type & __a)\fC [inline]\fP" .PP Definition at line \fB195\fP of file \fBdebug/unordered_map\fP\&. .SH "Member Function Documentation" .PP .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> const \fB_Base\fP & \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::_M_base () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB722\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fB_Base\fP & \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::_M_base ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB719\fP of file \fBdebug/unordered_map\fP\&. .SS "void __gnu_debug::_Safe_unordered_container_base::_M_detach_all ()\fC [protected]\fP, \fC [inherited]\fP" Detach all iterators, leaving them singular\&. .SS "void __gnu_debug::_Safe_sequence_base::_M_detach_singular ()\fC [protected]\fP, \fC [inherited]\fP" Detach all singular iterators\&. .PP \fBPostcondition\fP .RS 4 for all iterators i attached to this sequence, i->_M_version == _M_version\&. .RE .PP .SS "__gnu_cxx::__mutex & __gnu_debug::_Safe_sequence_base::_M_get_mutex ()\fC [protected]\fP, \fC [inherited]\fP" For use in _Safe_sequence\&. .PP Referenced by \fB__gnu_debug::_Safe_sequence< _Sequence >::_M_transfer_from_if()\fP\&. .SS "void \fB__gnu_debug::_Safe_unordered_container\fP< \fBunordered_map\fP< _Key, _Tp, \fBstd::hash\fP< _Key >, \fBstd::equal_to\fP< _Key >, \fBstd::allocator\fP< \fBstd::pair\fP< const _Key, _Tp > > > >::_M_invalidate_all ()\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB166\fP of file \fBsafe_unordered_container\&.h\fP\&. .SS "void __gnu_debug::_Safe_sequence_base::_M_invalidate_all () const\fC [inline]\fP, \fC [protected]\fP, \fC [inherited]\fP" Invalidates all iterators\&. .PP Definition at line \fB256\fP of file \fBsafe_base\&.h\fP\&. .PP References \fB__gnu_debug::_Safe_sequence_base::_M_version\fP\&. .SS "void \fB__gnu_debug::_Safe_unordered_container\fP< \fBunordered_map\fP< _Key, _Tp, \fBstd::hash\fP< _Key >, \fBstd::equal_to\fP< _Key >, \fBstd::allocator\fP< \fBstd::pair\fP< const _Key, _Tp > > > >::_M_invalidate_if (_Predicate __pred)\fC [inherited]\fP" Invalidates all iterators \fCx\fP that reference this container, are not singular, and for which \fC__pred(x)\fP returns \fCtrue\fP\&. \fC__pred\fP will be invoked with the normal iterators nested in the safe ones\&. .PP Definition at line \fB180\fP of file \fBsafe_unordered_container\&.tcc\fP\&. .SS "void \fB__gnu_debug::_Safe_unordered_container\fP< \fBunordered_map\fP< _Key, _Tp, \fBstd::hash\fP< _Key >, \fBstd::equal_to\fP< _Key >, \fBstd::allocator\fP< \fBstd::pair\fP< const _Key, _Tp > > > >::_M_invalidate_local_if (_Predicate __pred)\fC [inherited]\fP" Invalidates all local iterators \fCx\fP that reference this container, are not singular, and for which \fC__pred(x)\fP returns \fCtrue\fP\&. \fC__pred\fP will be invoked with the normal local iterators nested in the safe ones\&. .PP Definition at line \fB188\fP of file \fBsafe_unordered_container\&.tcc\fP\&. .SS "void \fB__gnu_debug::_Safe_unordered_container\fP< \fBunordered_map\fP< _Key, _Tp, \fBstd::hash\fP< _Key >, \fBstd::equal_to\fP< _Key >, \fBstd::allocator\fP< \fBstd::pair\fP< const _Key, _Tp > > > >::_M_invalidate_locals ()\fC [inline]\fP, \fC [protected]\fP, \fC [inherited]\fP" .PP Definition at line \fB67\fP of file \fBsafe_unordered_container\&.h\fP\&. .SS "void __gnu_debug::_Safe_sequence_base::_M_revalidate_singular ()\fC [protected]\fP, \fC [inherited]\fP" Revalidates all attached singular iterators\&. This method may be used to validate iterators that were invalidated before (but for some reason, such as an exception, need to become valid again)\&. .SS "void \fB__gnu_debug::_Safe_container\fP< \fBunordered_map\fP< _Key, _Tp, \fBstd::hash\fP< _Key >, \fBstd::equal_to\fP< _Key >, \fBstd::allocator\fP< \fBstd::pair\fP< const _Key, _Tp > > > , \fBstd::allocator\fP< \fBstd::pair\fP< const _Key, _Tp > > , \fB__gnu_debug::_Safe_unordered_container\fP , true >::_M_swap (\fB_Safe_container\fP< \fBunordered_map\fP< _Key, _Tp, \fBstd::hash\fP< _Key >, \fBstd::equal_to\fP< _Key >, \fBstd::allocator\fP< \fBstd::pair\fP< const _Key, _Tp > > >, \fBstd::allocator\fP< \fBstd::pair\fP< const _Key, _Tp > >, \fB__gnu_debug::_Safe_unordered_container\fP > & __x)\fC [inline]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB117\fP of file \fBsafe_container\&.h\fP\&. .SS "void __gnu_debug::_Safe_sequence_base::_M_swap (\fB_Safe_sequence_base\fP & __x)\fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" Swap this sequence with the given sequence\&. This operation also swaps ownership of the iterators, so that when the operation is complete all iterators that originally referenced one container now reference the other container\&. .SS "void __gnu_debug::_Safe_unordered_container_base::_M_swap (\fB_Safe_unordered_container_base\fP & __x)\fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" Swap this container with the given container\&. This operation also swaps ownership of the iterators, so that when the operation is complete all iterators that originally referenced one container now reference the other container\&. .SS "static _UContMergeGuard< _Source, _UContInvalidatePred< _ExtractKey, _Source > > \fB__gnu_debug::_Safe_unordered_container\fP< \fBunordered_map\fP< _Key, _Tp, \fBstd::hash\fP< _Key >, \fBstd::equal_to\fP< _Key >, \fBstd::allocator\fP< \fBstd::pair\fP< const _Key, _Tp > > > >::_S_uc_guard (_ExtractKey, _Source & __src)\fC [inline]\fP, \fC [static]\fP, \fC [protected]\fP, \fC [inherited]\fP" .PP Definition at line \fB148\fP of file \fBsafe_unordered_container\&.h\fP\&. .SS "static _UContMergeGuard< _Source, _UMContInvalidatePred< _ExtractKey, _Source > > \fB__gnu_debug::_Safe_unordered_container\fP< \fBunordered_map\fP< _Key, _Tp, \fBstd::hash\fP< _Key >, \fBstd::equal_to\fP< _Key >, \fBstd::allocator\fP< \fBstd::pair\fP< const _Key, _Tp > > > >::_S_umc_guard (_ExtractKey, _Source & __src)\fC [inline]\fP, \fC [static]\fP, \fC [protected]\fP, \fC [inherited]\fP" .PP Definition at line \fB157\fP of file \fBsafe_unordered_container\&.h\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBconst_iterator\fP \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::begin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB243\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBiterator\fP \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::begin ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB239\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBlocal_iterator\fP \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::begin (size_type __b)\fC [inline]\fP" .PP Definition at line \fB264\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBconst_local_iterator\fP \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::begin (size_type __b) const\fC [inline]\fP" .PP Definition at line \fB278\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> size_type \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::bucket_size (size_type __b) const\fC [inline]\fP" .PP Definition at line \fB310\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBconst_iterator\fP \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::cbegin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB255\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBconst_local_iterator\fP \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::cbegin (size_type __b) const\fC [inline]\fP" .PP Definition at line \fB292\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBconst_iterator\fP \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::cend () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB259\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBconst_local_iterator\fP \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::cend (size_type __b) const\fC [inline]\fP" .PP Definition at line \fB299\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> void \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::clear ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB232\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> template \fBstd::pair\fP< \fBiterator\fP, bool > \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::emplace (_Args &&\&.\&.\&. __args)\fC [inline]\fP" .PP Definition at line \fB331\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> template \fBiterator\fP \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::emplace_hint (\fBconst_iterator\fP __hint, _Args &&\&.\&.\&. __args)\fC [inline]\fP" .PP Definition at line \fB341\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBconst_iterator\fP \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::end () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB251\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBiterator\fP \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::end ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB247\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBlocal_iterator\fP \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::end (size_type __b)\fC [inline]\fP" .PP Definition at line \fB271\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBconst_local_iterator\fP \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::end (size_type __b) const\fC [inline]\fP" .PP Definition at line \fB285\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> template, typename = std::__has_is_transparent_t<_Pred, _Kt>> \fBstd::pair\fP< \fBiterator\fP, \fBiterator\fP > \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::equal_range (const _Kt & __k)\fC [inline]\fP" .PP Definition at line \fB633\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> template, typename = std::__has_is_transparent_t<_Pred, _Kt>> \fBstd::pair\fP< \fBconst_iterator\fP, \fBconst_iterator\fP > \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::equal_range (const _Kt & __k) const\fC [inline]\fP" .PP Definition at line \fB652\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBstd::pair\fP< \fBiterator\fP, \fBiterator\fP > \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::equal_range (const key_type & __key)\fC [inline]\fP" .PP Definition at line \fB622\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBstd::pair\fP< \fBconst_iterator\fP, \fBconst_iterator\fP > \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::equal_range (const key_type & __key) const\fC [inline]\fP" .PP Definition at line \fB641\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> _Base_iterator \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::erase (_Base_const_iterator __it)\fC [inline]\fP" .PP Definition at line \fB683\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> size_type \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::erase (const key_type & __key)\fC [inline]\fP" .PP Definition at line \fB663\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBiterator\fP \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::erase (\fBconst_iterator\fP __first, \fBconst_iterator\fP __last)\fC [inline]\fP" .PP Definition at line \fB697\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBiterator\fP \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::erase (\fBconst_iterator\fP __it)\fC [inline]\fP" .PP Definition at line \fB676\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBiterator\fP \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::erase (\fBiterator\fP __it)\fC [inline]\fP" .PP Definition at line \fB690\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> node_type \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::extract (const key_type & __key)\fC [inline]\fP" .PP Definition at line \fB535\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> node_type \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::extract (\fBconst_iterator\fP __position)\fC [inline]\fP" .PP Definition at line \fB528\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> template, typename = std::__has_is_transparent_t<_Pred, _Kt>> \fBiterator\fP \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::find (const _Kt & __k)\fC [inline]\fP" .PP Definition at line \fB599\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> template, typename = std::__has_is_transparent_t<_Pred, _Kt>> \fBconst_iterator\fP \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::find (const _Kt & __k) const\fC [inline]\fP" .PP Definition at line \fB612\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBiterator\fP \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::find (const key_type & __key)\fC [inline]\fP" .PP Definition at line \fB591\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBconst_iterator\fP \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::find (const key_type & __key) const\fC [inline]\fP" .PP Definition at line \fB604\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> template void \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::insert (_InputIterator __first, _InputIterator __last)\fC [inline]\fP" .PP Definition at line \fB428\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> template::value>::type> \fBstd::pair\fP< \fBiterator\fP, bool > \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::insert (_Pair && __obj)\fC [inline]\fP" .PP Definition at line \fB375\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBstd::pair\fP< \fBiterator\fP, bool > \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::insert (const value_type & __obj)\fC [inline]\fP" .PP Definition at line \fB352\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> template::value>::type> \fBiterator\fP \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::insert (\fBconst_iterator\fP __hint, _Pair && __obj)\fC [inline]\fP" .PP Definition at line \fB409\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBiterator\fP \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::insert (\fBconst_iterator\fP __hint, const value_type & __obj)\fC [inline]\fP" .PP Definition at line \fB384\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBiterator\fP \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::insert (\fBconst_iterator\fP __hint, node_type && __nh)\fC [inline]\fP" .PP Definition at line \fB552\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBiterator\fP \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::insert (\fBconst_iterator\fP __hint, value_type && __x)\fC [inline]\fP" .PP Definition at line \fB396\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBinsert_return_type\fP \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::insert (node_type && __nh)\fC [inline]\fP" .PP Definition at line \fB544\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> void \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::insert (\fBstd::initializer_list\fP< value_type > __l)\fC [inline]\fP" .PP Definition at line \fB419\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBstd::pair\fP< \fBiterator\fP, bool > \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::insert (value_type && __x)\fC [inline]\fP" .PP Definition at line \fB363\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> template \fBpair\fP< \fBiterator\fP, bool > \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::insert_or_assign (const key_type & __k, _Obj && __obj)\fC [inline]\fP" .PP Definition at line \fB485\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> template \fBiterator\fP \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::insert_or_assign (\fBconst_iterator\fP __hint, const key_type & __k, _Obj && __obj)\fC [inline]\fP" .PP Definition at line \fB503\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> template \fBiterator\fP \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::insert_or_assign (\fBconst_iterator\fP __hint, key_type && __k, _Obj && __obj)\fC [inline]\fP" .PP Definition at line \fB514\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> template \fBpair\fP< \fBiterator\fP, bool > \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::insert_or_assign (key_type && __k, _Obj && __obj)\fC [inline]\fP" .PP Definition at line \fB494\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> float \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::max_load_factor () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB319\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> void \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::max_load_factor (float __f)\fC [inline]\fP" .PP Definition at line \fB323\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> template void \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::merge (\fBunordered_map\fP< _Key, _Tp, _H2, _P2, _Alloc > && __source)\fC [inline]\fP" .PP Definition at line \fB569\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> template void \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::merge (\fBunordered_map\fP< _Key, _Tp, _H2, _P2, _Alloc > & __source)\fC [inline]\fP" .PP Definition at line \fB560\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> template void \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::merge (\fBunordered_multimap\fP< _Key, _Tp, _H2, _P2, _Alloc > && __source)\fC [inline]\fP" .PP Definition at line \fB583\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> template void \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::merge (\fBunordered_multimap\fP< _Key, _Tp, _H2, _P2, _Alloc > & __source)\fC [inline]\fP" .PP Definition at line \fB574\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> \fBunordered_map\fP & \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::operator= (\fBinitializer_list\fP< value_type > __l)\fC [inline]\fP" .PP Definition at line \fB211\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> void \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::swap (\fBunordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc > & __x)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB224\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> template \fBpair\fP< \fBiterator\fP, bool > \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::try_emplace (const key_type & __k, _Args &&\&.\&.\&. __args)\fC [inline]\fP" .PP Definition at line \fB446\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> template \fBiterator\fP \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::try_emplace (\fBconst_iterator\fP __hint, const key_type & __k, _Args &&\&.\&.\&. __args)\fC [inline]\fP" .PP Definition at line \fB464\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> template \fBiterator\fP \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::try_emplace (\fBconst_iterator\fP __hint, key_type && __k, _Args &&\&.\&.\&. __args)\fC [inline]\fP" .PP Definition at line \fB475\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> template \fBpair\fP< \fBiterator\fP, bool > \fBstd::__debug::unordered_map\fP< _Key, _Tp, _Hash, _Pred, _Alloc >::try_emplace (key_type && __k, _Args &&\&.\&.\&. __args)\fC [inline]\fP" .PP Definition at line \fB455\fP of file \fBdebug/unordered_map\fP\&. .SH "Friends And Related Function Documentation" .PP .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> template friend class \fB::__gnu_debug::_Safe_iterator\fP\fC [friend]\fP" .PP Definition at line \fB80\fP of file \fBdebug/unordered_map\fP\&. .SS "template, typename _Pred = std::equal_to<_Key>, typename _Alloc = std::allocator >> template friend class \fB::__gnu_debug::_Safe_local_iterator\fP\fC [friend]\fP" .PP Definition at line \fB82\fP of file \fBdebug/unordered_map\fP\&. .SH "Member Data Documentation" .PP .SS "_Safe_iterator_base* __gnu_debug::_Safe_sequence_base::_M_const_iterators\fC [inherited]\fP" .PP The list of constant iterators that reference this container\&. .PP Definition at line \fB197\fP of file \fBsafe_base\&.h\fP\&. .PP Referenced by \fB__gnu_debug::_Safe_sequence< _Sequence >::_M_transfer_from_if()\fP\&. .SS "_Safe_iterator_base* __gnu_debug::_Safe_unordered_container_base::_M_const_local_iterators\fC [inherited]\fP" .PP The list of constant local iterators that reference this container\&. .PP Definition at line \fB130\fP of file \fBsafe_unordered_base\&.h\fP\&. .SS "_Safe_iterator_base* __gnu_debug::_Safe_sequence_base::_M_iterators\fC [inherited]\fP" .PP The list of mutable iterators that reference this container\&. .PP Definition at line \fB194\fP of file \fBsafe_base\&.h\fP\&. .PP Referenced by \fB__gnu_debug::_Safe_sequence< _Sequence >::_M_transfer_from_if()\fP\&. .SS "_Safe_iterator_base* __gnu_debug::_Safe_unordered_container_base::_M_local_iterators\fC [inherited]\fP" .PP The list of mutable local iterators that reference this container\&. .PP Definition at line \fB127\fP of file \fBsafe_unordered_base\&.h\fP\&. .SS "unsigned int __gnu_debug::_Safe_sequence_base::_M_version\fC [mutable]\fP, \fC [inherited]\fP" .PP The container version number\&. This number may never be 0\&. .PP Definition at line \fB200\fP of file \fBsafe_base\&.h\fP\&. .PP Referenced by \fB__gnu_debug::_Safe_sequence_base::_M_invalidate_all()\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.