.TH "std::__debug::unordered_multiset< _Value, _Hash, _Pred, _Alloc >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__debug::unordered_multiset< _Value, _Hash, _Pred, _Alloc > \- Class std::unordered_multiset with safety/checking/debug instrumentation\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fB__gnu_debug::_Safe_container< _SafeContainer, _Alloc, _SafeBase, _IsCxx11AllocatorAware >\fP, and unordered_multiset< _Value, std::hash< _Value >, std::equal_to< _Value >, std::allocator< _Value > >\&. .SS "Public Types" .in +1c .ti -1c .RI "\fBtypedef\fP _Base::allocator_type \fBallocator_type\fP" .br .ti -1c .RI "\fBtypedef\fP \fB__gnu_debug::_Safe_iterator\fP< \fB_Base_const_iterator\fP, \fBunordered_multiset\fP > \fBconst_iterator\fP" .br .ti -1c .RI "\fBtypedef\fP \fB__gnu_debug::_Safe_local_iterator\fP< \fB_Base_const_local_iterator\fP, \fBunordered_multiset\fP > \fBconst_local_iterator\fP" .br .ti -1c .RI "\fBtypedef\fP _Base::hasher \fBhasher\fP" .br .ti -1c .RI "\fBtypedef\fP \fB__gnu_debug::_Safe_iterator\fP< \fB_Base_iterator\fP, \fBunordered_multiset\fP > \fBiterator\fP" .br .ti -1c .RI "\fBtypedef\fP _Base::key_equal \fBkey_equal\fP" .br .ti -1c .RI "\fBtypedef\fP _Base::key_type \fBkey_type\fP" .br .ti -1c .RI "\fBtypedef\fP \fB__gnu_debug::_Safe_local_iterator\fP< \fB_Base_local_iterator\fP, \fBunordered_multiset\fP > \fBlocal_iterator\fP" .br .ti -1c .RI "\fBtypedef\fP _Base::size_type \fBsize_type\fP" .br .ti -1c .RI "\fBtypedef\fP _Base::value_type \fBvalue_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "template<\fBtypename\fP \fB_InputIterator\fP > \fBunordered_multiset\fP (\fB_InputIterator\fP __first, \fB_InputIterator\fP __last, size_type __n, \fBconst\fP allocator_type &__a)" .br .ti -1c .RI "template<\fBtypename\fP \fB_InputIterator\fP > \fBunordered_multiset\fP (\fB_InputIterator\fP __first, \fB_InputIterator\fP __last, size_type __n, \fBconst\fP hasher &\fB__hf\fP, \fBconst\fP allocator_type &__a)" .br .ti -1c .RI "template<\fBtypename\fP \fB_InputIterator\fP > \fBunordered_multiset\fP (\fB_InputIterator\fP __first, \fB_InputIterator\fP __last, size_type __n=0, \fBconst\fP hasher &\fB__hf\fP=hasher(), \fBconst\fP key_equal &\fB__eql\fP=key_equal(), \fBconst\fP allocator_type &__a=allocator_type())" .br .ti -1c .RI "\fBunordered_multiset\fP (\fBconst\fP \fB_Base\fP &__x)" .br .ti -1c .RI "\fBunordered_multiset\fP (\fBconst\fP allocator_type &__a)" .br .ti -1c .RI "\fBunordered_multiset\fP (\fBconst\fP \fBunordered_multiset\fP &)=\fBdefault\fP" .br .ti -1c .RI "\fBunordered_multiset\fP (\fBconst\fP \fBunordered_multiset\fP &\fB__uset\fP, \fBconst\fP allocator_type &__a)" .br .ti -1c .RI "\fBunordered_multiset\fP (\fBinitializer_list\fP< value_type > \fB__l\fP, size_type __n, \fBconst\fP allocator_type &__a)" .br .ti -1c .RI "\fBunordered_multiset\fP (\fBinitializer_list\fP< value_type > \fB__l\fP, size_type __n, \fBconst\fP hasher &\fB__hf\fP, \fBconst\fP allocator_type &__a)" .br .ti -1c .RI "\fBunordered_multiset\fP (\fBinitializer_list\fP< value_type > \fB__l\fP, size_type __n=0, \fBconst\fP hasher &\fB__hf\fP=hasher(), \fBconst\fP key_equal &\fB__eql\fP=key_equal(), \fBconst\fP allocator_type &__a=allocator_type())" .br .ti -1c .RI "\fBunordered_multiset\fP (size_type __n, \fBconst\fP allocator_type &__a)" .br .ti -1c .RI "\fBunordered_multiset\fP (size_type __n, \fBconst\fP hasher &\fB__hf\fP, \fBconst\fP allocator_type &__a)" .br .ti -1c .RI "\fBunordered_multiset\fP (size_type __n, \fBconst\fP hasher &\fB__hf\fP=hasher(), \fBconst\fP key_equal &\fB__eql\fP=key_equal(), \fBconst\fP allocator_type &__a=allocator_type())" .br .ti -1c .RI "\fBunordered_multiset\fP (\fBunordered_multiset\fP &&)=\fBdefault\fP" .br .ti -1c .RI "\fBunordered_multiset\fP (\fBunordered_multiset\fP &&\fB__uset\fP, \fBconst\fP allocator_type &__a) \fBnoexcept\fP(\fBnoexcept\fP(\fB_Base\fP(std::move(__uset\&._M_base()), __a)))" .br .ti -1c .RI "\fBconst\fP \fB_Base\fP & \fB_M_base\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fB_Base\fP & \fB_M_base\fP () \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fB_M_swap\fP (_Safe_container &__x) \fBnoexcept\fP" .br .ti -1c .RI "\fBconst_iterator\fP \fBbegin\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBiterator\fP \fBbegin\fP () \fBnoexcept\fP" .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) \fBconst\fP" .br .ti -1c .RI "size_type \fBbucket_size\fP (size_type __b) \fBconst\fP" .br .ti -1c .RI "\fBconst_iterator\fP \fBcbegin\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBconst_local_iterator\fP \fBcbegin\fP (size_type __b) \fBconst\fP" .br .ti -1c .RI "\fBconst_iterator\fP \fBcend\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBconst_local_iterator\fP \fBcend\fP (size_type __b) \fBconst\fP" .br .ti -1c .RI "\fBvoid\fP \fBclear\fP () \fBnoexcept\fP" .br .ti -1c .RI "template \fBiterator\fP \fBemplace\fP (\fB_Args\fP &&\&.\&.\&. \fB__args\fP)" .br .ti -1c .RI "template \fBiterator\fP \fBemplace_hint\fP (\fBconst_iterator\fP \fB__hint\fP, \fB_Args\fP &&\&.\&.\&. \fB__args\fP)" .br .ti -1c .RI "\fBconst_iterator\fP \fBend\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBiterator\fP \fBend\fP () \fBnoexcept\fP" .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) \fBconst\fP" .br .ti -1c .RI "\fBstd::pair\fP< \fBiterator\fP, \fBiterator\fP > \fBequal_range\fP (\fBconst\fP key_type &\fB__key\fP)" .br .ti -1c .RI "\fBstd::pair\fP< \fBconst_iterator\fP, \fBconst_iterator\fP > \fBequal_range\fP (\fBconst\fP key_type &\fB__key\fP) \fBconst\fP" .br .ti -1c .RI "size_type \fBerase\fP (\fBconst\fP key_type &\fB__key\fP)" .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 \fB__it\fP)" .br .ti -1c .RI "\fBiterator\fP \fBerase\fP (\fBiterator\fP \fB__it\fP)" .br .ti -1c .RI "\fBiterator\fP \fBfind\fP (\fBconst\fP key_type &\fB__key\fP)" .br .ti -1c .RI "\fBconst_iterator\fP \fBfind\fP (\fBconst\fP key_type &\fB__key\fP) \fBconst\fP" .br .ti -1c .RI "template<\fBtypename\fP \fB_InputIterator\fP > \fBvoid\fP \fBinsert\fP (\fB_InputIterator\fP __first, \fB_InputIterator\fP __last)" .br .ti -1c .RI "\fBiterator\fP \fBinsert\fP (\fBconst\fP value_type &\fB__obj\fP)" .br .ti -1c .RI "\fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP \fB__hint\fP, \fBconst\fP value_type &\fB__obj\fP)" .br .ti -1c .RI "\fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP \fB__hint\fP, value_type &&\fB__obj\fP)" .br .ti -1c .RI "\fBvoid\fP \fBinsert\fP (\fBstd::initializer_list\fP< value_type > \fB__l\fP)" .br .ti -1c .RI "\fBiterator\fP \fBinsert\fP (value_type &&\fB__obj\fP)" .br .ti -1c .RI "float \fBmax_load_factor\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fBmax_load_factor\fP (float __f)" .br .ti -1c .RI "\fBunordered_multiset\fP & \fBoperator=\fP (\fBconst\fP \fBunordered_multiset\fP &)=\fBdefault\fP" .br .ti -1c .RI "\fBunordered_multiset\fP & \fBoperator=\fP (\fBinitializer_list\fP< value_type > \fB__l\fP)" .br .ti -1c .RI "\fBunordered_multiset\fP & \fBoperator=\fP (\fBunordered_multiset\fP &&)=\fBdefault\fP" .br .ti -1c .RI "\fBvoid\fP \fBswap\fP (\fBunordered_multiset\fP &__x) \fBnoexcept\fP(\fBnoexcept\fP(declval< \fB_Base\fP & >()\&.swap(__x)))" .br .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "_Safe_container & \fB_M_safe\fP () \fBnoexcept\fP" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "template<\fBtypename\fP \fB_ItT\fP , \fBtypename\fP \fB_SeqT\fP , \fBtypename\fP \fB_CatT\fP > \fBclass\fP \fB::__gnu_debug::_Safe_iterator\fP" .br .ti -1c .RI "template<\fBtypename\fP \fB_ItT\fP , \fBtypename\fP \fB_SeqT\fP > \fBclass\fP \fB::__gnu_debug::_Safe_local_iterator\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template<\fBtypename\fP _Value, \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> .br class std::__debug::unordered_multiset< _Value, _Hash, _Pred, _Alloc >"Class std::unordered_multiset with safety/checking/debug instrumentation\&. .PP Definition at line \fB628\fP of file \fBdebug/unordered_set\fP\&. .SH "Member Typedef Documentation" .PP .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBtypedef\fP _Base::allocator_type \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::allocator_type" .PP Definition at line \fB653\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBtypedef\fP \fB__gnu_debug::_Safe_iterator\fP< \fB_Base_const_iterator\fP, \fBunordered_multiset\fP> \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::const_iterator" .PP Definition at line \fB661\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBtypedef\fP \fB__gnu_debug::_Safe_local_iterator\fP< \fB_Base_const_local_iterator\fP, \fBunordered_multiset\fP> \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::const_local_iterator" .PP Definition at line \fB665\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBtypedef\fP _Base::hasher \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::hasher" .PP Definition at line \fB651\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBtypedef\fP \fB__gnu_debug::_Safe_iterator\fP< \fB_Base_iterator\fP, \fBunordered_multiset\fP> \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::iterator" .PP Definition at line \fB659\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBtypedef\fP _Base::key_equal \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::key_equal" .PP Definition at line \fB652\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBtypedef\fP _Base::key_type \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::key_type" .PP Definition at line \fB655\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBtypedef\fP \fB__gnu_debug::_Safe_local_iterator\fP< \fB_Base_local_iterator\fP, \fBunordered_multiset\fP> \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::local_iterator" .PP Definition at line \fB663\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBtypedef\fP _Base::size_type \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::size_type" .PP Definition at line \fB650\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBtypedef\fP _Base::value_type \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::value_type" .PP Definition at line \fB656\fP of file \fBdebug/unordered_set\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::unordered_multiset (size_type __n, \fBconst\fP hasher & __hf = \fChasher()\fP, \fBconst\fP key_equal & __eql = \fCkey_equal()\fP, \fBconst\fP allocator_type & __a = \fCallocator_type()\fP)\fC [inline]\fP, \fC [explicit]\fP" .PP Definition at line \fB670\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> template<\fBtypename\fP \fB_InputIterator\fP > \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::unordered_multiset (\fB_InputIterator\fP __first, \fB_InputIterator\fP __last, size_type __n = \fC0\fP, \fBconst\fP hasher & __hf = \fChasher()\fP, \fBconst\fP key_equal & __eql = \fCkey_equal()\fP, \fBconst\fP allocator_type & __a = \fCallocator_type()\fP)\fC [inline]\fP" .PP Definition at line \fB677\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::unordered_multiset (\fBconst\fP \fB_Base\fP & __x)\fC [inline]\fP" .PP Definition at line \fB689\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::unordered_multiset (\fBconst\fP allocator_type & __a)\fC [inline]\fP, \fC [explicit]\fP" .PP Definition at line \fB695\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::unordered_multiset (\fBconst\fP \fBunordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc > & __uset, \fBconst\fP allocator_type & __a)\fC [inline]\fP" .PP Definition at line \fB698\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::unordered_multiset (\fBunordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc > && __uset, \fBconst\fP allocator_type & __a)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB702\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::unordered_multiset (\fBinitializer_list\fP< value_type > __l, size_type __n = \fC0\fP, \fBconst\fP hasher & __hf = \fChasher()\fP, \fBconst\fP key_equal & __eql = \fCkey_equal()\fP, \fBconst\fP allocator_type & __a = \fCallocator_type()\fP)\fC [inline]\fP" .PP Definition at line \fB708\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::unordered_multiset (size_type __n, \fBconst\fP allocator_type & __a)\fC [inline]\fP" .PP Definition at line \fB715\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::unordered_multiset (size_type __n, \fBconst\fP hasher & __hf, \fBconst\fP allocator_type & __a)\fC [inline]\fP" .PP Definition at line \fB719\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> template<\fBtypename\fP \fB_InputIterator\fP > \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::unordered_multiset (\fB_InputIterator\fP __first, \fB_InputIterator\fP __last, size_type __n, \fBconst\fP allocator_type & __a)\fC [inline]\fP" .PP Definition at line \fB725\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> template<\fBtypename\fP \fB_InputIterator\fP > \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::unordered_multiset (\fB_InputIterator\fP __first, \fB_InputIterator\fP __last, size_type __n, \fBconst\fP hasher & __hf, \fBconst\fP allocator_type & __a)\fC [inline]\fP" .PP Definition at line \fB732\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::unordered_multiset (\fBinitializer_list\fP< value_type > __l, size_type __n, \fBconst\fP allocator_type & __a)\fC [inline]\fP" .PP Definition at line \fB738\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::unordered_multiset (\fBinitializer_list\fP< value_type > __l, size_type __n, \fBconst\fP hasher & __hf, \fBconst\fP allocator_type & __a)\fC [inline]\fP" .PP Definition at line \fB744\fP of file \fBdebug/unordered_set\fP\&. .SH "Member Function Documentation" .PP .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBconst\fP \fB_Base\fP & \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::_M_base () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB1054\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fB_Base\fP & \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::_M_base ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB1051\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP \fB_SafeContainer\fP , \fBtypename\fP _Alloc , \fBtemplate\fP< \fBtypename\fP > \fBclass\fP _SafeBase, bool _IsCxx11AllocatorAware = true> _Safe_container & \fB__gnu_debug::_Safe_container\fP< \fB_SafeContainer\fP, _Alloc, _SafeBase, \fB_IsCxx11AllocatorAware\fP >::_M_safe ()\fC [inline]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB52\fP of file \fBsafe_container\&.h\fP\&. .SS "template<\fBtypename\fP \fB_SafeContainer\fP , \fBtypename\fP _Alloc , \fBtemplate\fP< \fBtypename\fP > \fBclass\fP _SafeBase, bool _IsCxx11AllocatorAware = true> \fBvoid\fP \fB__gnu_debug::_Safe_container\fP< \fB_SafeContainer\fP, _Alloc, _SafeBase, \fB_IsCxx11AllocatorAware\fP >::_M_swap (\fB_Safe_container\fP< _SafeContainer, _Alloc, _SafeBase, _IsCxx11AllocatorAware > & __x)\fC [inline]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB104\fP of file \fBsafe_container\&.h\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBconst_iterator\fP \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::begin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB786\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBiterator\fP \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::begin ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB782\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBlocal_iterator\fP \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::begin (size_type __b)\fC [inline]\fP" .PP Definition at line \fB807\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBconst_local_iterator\fP \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::begin (size_type __b) const\fC [inline]\fP" .PP Definition at line \fB821\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> size_type \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::bucket_size (size_type __b) const\fC [inline]\fP" .PP Definition at line \fB849\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBconst_iterator\fP \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::cbegin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB798\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBconst_local_iterator\fP \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::cbegin (size_type __b) const\fC [inline]\fP" .PP Definition at line \fB835\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBconst_iterator\fP \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::cend () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB802\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBconst_local_iterator\fP \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::cend (size_type __b) const\fC [inline]\fP" .PP Definition at line \fB842\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBvoid\fP \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::clear ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB775\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> template \fBiterator\fP \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::emplace (\fB_Args\fP &&\&.\&.\&. __args)\fC [inline]\fP" .PP Definition at line \fB868\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> template \fBiterator\fP \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::emplace_hint (\fBconst_iterator\fP __hint, \fB_Args\fP &&\&.\&.\&. __args)\fC [inline]\fP" .PP Definition at line \fB878\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBconst_iterator\fP \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::end () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB794\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBiterator\fP \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::end ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB790\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBlocal_iterator\fP \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::end (size_type __b)\fC [inline]\fP" .PP Definition at line \fB814\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBconst_local_iterator\fP \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::end (size_type __b) const\fC [inline]\fP" .PP Definition at line \fB828\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBstd::pair\fP< \fBiterator\fP, \fBiterator\fP > \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::equal_range (\fBconst\fP key_type & __key)\fC [inline]\fP" .PP Definition at line \fB993\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBstd::pair\fP< \fBconst_iterator\fP, \fBconst_iterator\fP > \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::equal_range (\fBconst\fP key_type & __key) const\fC [inline]\fP" .PP Definition at line \fB1000\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> size_type \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::erase (\fBconst\fP key_type & __key)\fC [inline]\fP" .PP Definition at line \fB1007\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBiterator\fP \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::erase (\fBconst_iterator\fP __first, \fBconst_iterator\fP __last)\fC [inline]\fP" .PP Definition at line \fB1036\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBiterator\fP \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::erase (\fBconst_iterator\fP __it)\fC [inline]\fP" .PP Definition at line \fB1022\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBiterator\fP \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::erase (\fBiterator\fP __it)\fC [inline]\fP" .PP Definition at line \fB1029\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBiterator\fP \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::find (\fBconst\fP key_type & __key)\fC [inline]\fP" .PP Definition at line \fB985\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBconst_iterator\fP \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::find (\fBconst\fP key_type & __key) const\fC [inline]\fP" .PP Definition at line \fB989\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> template<\fBtypename\fP \fB_InputIterator\fP > \fBvoid\fP \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::insert (\fB_InputIterator\fP __first, \fB_InputIterator\fP __last)\fC [inline]\fP" .PP Definition at line \fB936\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBiterator\fP \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::insert (\fBconst\fP value_type & __obj)\fC [inline]\fP" .PP Definition at line \fB889\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBiterator\fP \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::insert (\fBconst_iterator\fP __hint, \fBconst\fP value_type & __obj)\fC [inline]\fP" .PP Definition at line \fB898\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBiterator\fP \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::insert (\fBconst_iterator\fP __hint, value_type && __obj)\fC [inline]\fP" .PP Definition at line \fB917\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBvoid\fP \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::insert (\fBstd::initializer_list\fP< value_type > __l)\fC [inline]\fP" .PP Definition at line \fB927\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBiterator\fP \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::insert (value_type && __obj)\fC [inline]\fP" .PP Definition at line \fB908\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> float \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::max_load_factor () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB856\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBvoid\fP \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::max_load_factor (float __f)\fC [inline]\fP" .PP Definition at line \fB860\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBunordered_multiset\fP & \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::operator= (\fBinitializer_list\fP< value_type > __l)\fC [inline]\fP" .PP Definition at line \fB759\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> \fBvoid\fP \fBstd::__debug::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::swap (\fBunordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc > & __x)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB767\fP of file \fBdebug/unordered_set\fP\&. .SH "Friends And Related Symbol Documentation" .PP .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> template<\fBtypename\fP \fB_ItT\fP , \fBtypename\fP \fB_SeqT\fP , \fBtypename\fP \fB_CatT\fP > friend \fBclass\fP \fB::__gnu_debug::_Safe_iterator\fP\fC [friend]\fP" .PP Definition at line \fB645\fP of file \fBdebug/unordered_set\fP\&. .SS "template<\fBtypename\fP _Value , \fBtypename\fP \fB_Hash\fP = std::hash<_Value>, \fBtypename\fP \fB_Pred\fP = std::equal_to<_Value>, \fBtypename\fP _Alloc = std::allocator<_Value>> template<\fBtypename\fP \fB_ItT\fP , \fBtypename\fP \fB_SeqT\fP > friend \fBclass\fP \fB::__gnu_debug::_Safe_local_iterator\fP\fC [friend]\fP" .PP Definition at line \fB647\fP of file \fBdebug/unordered_set\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.