.TH "std::__debug::unordered_set< _Value, _Hash, _Pred, _Alloc >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__debug::unordered_set< _Value, _Hash, _Pred, _Alloc > \- Class std::unordered_set 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_set< _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_set\fP > \fBconst_iterator\fP" .br .ti -1c .RI "\fBtypedef\fP \fB__gnu_debug::_Safe_local_iterator\fP< \fB_Base_const_local_iterator\fP, \fBunordered_set\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_set\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_set\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_set\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_set\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_set\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_set\fP (\fBconst\fP \fB_Base\fP &__x)" .br .ti -1c .RI "\fBunordered_set\fP (\fBconst\fP allocator_type &__a)" .br .ti -1c .RI "\fBunordered_set\fP (\fBconst\fP \fBunordered_set\fP &)=\fBdefault\fP" .br .ti -1c .RI "\fBunordered_set\fP (\fBconst\fP \fBunordered_set\fP &\fB__uset\fP, \fBconst\fP allocator_type &__a)" .br .ti -1c .RI "\fBunordered_set\fP (\fBinitializer_list\fP< value_type > \fB__l\fP, size_type __n, \fBconst\fP allocator_type &__a)" .br .ti -1c .RI "\fBunordered_set\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_set\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_set\fP (size_type __n, \fBconst\fP allocator_type &__a)" .br .ti -1c .RI "\fBunordered_set\fP (size_type __n, \fBconst\fP hasher &\fB__hf\fP, \fBconst\fP allocator_type &__a)" .br .ti -1c .RI "\fBunordered_set\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_set\fP (\fBunordered_set\fP &&)=\fBdefault\fP" .br .ti -1c .RI "\fBunordered_set\fP (\fBunordered_set\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 \fBstd::pair\fP< \fBiterator\fP, bool > \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 "\fBstd::pair\fP< \fBiterator\fP, bool > \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 "\fBstd::pair\fP< \fBiterator\fP, bool > \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_set\fP & \fBoperator=\fP (\fBconst\fP \fBunordered_set\fP &)=\fBdefault\fP" .br .ti -1c .RI "\fBunordered_set\fP & \fBoperator=\fP (\fBinitializer_list\fP< value_type > \fB__l\fP)" .br .ti -1c .RI "\fBunordered_set\fP & \fBoperator=\fP (\fBunordered_set\fP &&)=\fBdefault\fP" .br .ti -1c .RI "\fBvoid\fP \fBswap\fP (\fBunordered_set\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_set< _Value, _Hash, _Pred, _Alloc >"Class std::unordered_set with safety/checking/debug instrumentation\&. .PP Definition at line \fB60\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::allocator_type" .PP Definition at line \fB85\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_set\fP> \fBstd::__debug::unordered_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::const_iterator" .PP Definition at line \fB93\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_set\fP> \fBstd::__debug::unordered_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::const_local_iterator" .PP Definition at line \fB97\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::hasher" .PP Definition at line \fB83\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_set\fP> \fBstd::__debug::unordered_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::iterator" .PP Definition at line \fB91\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::key_equal" .PP Definition at line \fB84\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::key_type" .PP Definition at line \fB87\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_set\fP> \fBstd::__debug::unordered_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::local_iterator" .PP Definition at line \fB95\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::size_type" .PP Definition at line \fB82\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::value_type" .PP Definition at line \fB88\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::unordered_set (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 \fB102\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::unordered_set (\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 \fB109\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::unordered_set (\fBconst\fP \fB_Base\fP & __x)\fC [inline]\fP" .PP Definition at line \fB121\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::unordered_set (\fBconst\fP allocator_type & __a)\fC [inline]\fP, \fC [explicit]\fP" .PP Definition at line \fB127\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::unordered_set (\fBconst\fP \fBunordered_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc > & __uset, \fBconst\fP allocator_type & __a)\fC [inline]\fP" .PP Definition at line \fB130\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::unordered_set (\fBunordered_set\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 \fB134\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::unordered_set (\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 \fB140\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::unordered_set (size_type __n, \fBconst\fP allocator_type & __a)\fC [inline]\fP" .PP Definition at line \fB147\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::unordered_set (size_type __n, \fBconst\fP hasher & __hf, \fBconst\fP allocator_type & __a)\fC [inline]\fP" .PP Definition at line \fB151\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::unordered_set (\fB_InputIterator\fP __first, \fB_InputIterator\fP __last, size_type __n, \fBconst\fP allocator_type & __a)\fC [inline]\fP" .PP Definition at line \fB157\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::unordered_set (\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 \fB164\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::unordered_set (\fBinitializer_list\fP< value_type > __l, size_type __n, \fBconst\fP allocator_type & __a)\fC [inline]\fP" .PP Definition at line \fB170\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::unordered_set (\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 \fB176\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::_M_base () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB493\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::_M_base ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB490\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::begin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB218\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::begin ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB214\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::begin (size_type __b)\fC [inline]\fP" .PP Definition at line \fB239\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::begin (size_type __b) const\fC [inline]\fP" .PP Definition at line \fB253\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::bucket_size (size_type __b) const\fC [inline]\fP" .PP Definition at line \fB281\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::cbegin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB230\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::cbegin (size_type __b) const\fC [inline]\fP" .PP Definition at line \fB267\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::cend () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB234\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::cend (size_type __b) const\fC [inline]\fP" .PP Definition at line \fB274\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::clear ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB207\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 \fBstd::pair\fP< \fBiterator\fP, bool > \fBstd::__debug::unordered_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::emplace (\fB_Args\fP &&\&.\&.\&. __args)\fC [inline]\fP" .PP Definition at line \fB300\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_set\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 \fB310\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::end () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB226\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::end ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB222\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::end (size_type __b)\fC [inline]\fP" .PP Definition at line \fB246\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::end (size_type __b) const\fC [inline]\fP" .PP Definition at line \fB260\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::equal_range (\fBconst\fP key_type & __key)\fC [inline]\fP" .PP Definition at line \fB430\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::equal_range (\fBconst\fP key_type & __key) const\fC [inline]\fP" .PP Definition at line \fB437\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::erase (\fBconst\fP key_type & __key)\fC [inline]\fP" .PP Definition at line \fB444\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_set\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 \fB471\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::erase (\fBconst_iterator\fP __it)\fC [inline]\fP" .PP Definition at line \fB457\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::erase (\fBiterator\fP __it)\fC [inline]\fP" .PP Definition at line \fB464\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::find (\fBconst\fP key_type & __key)\fC [inline]\fP" .PP Definition at line \fB422\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::find (\fBconst\fP key_type & __key) const\fC [inline]\fP" .PP Definition at line \fB426\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_set\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 \fB368\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, bool > \fBstd::__debug::unordered_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::insert (\fBconst\fP value_type & __obj)\fC [inline]\fP" .PP Definition at line \fB321\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_set\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 \fB330\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::insert (\fBconst_iterator\fP __hint, value_type && __obj)\fC [inline]\fP" .PP Definition at line \fB349\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::insert (\fBstd::initializer_list\fP< value_type > __l)\fC [inline]\fP" .PP Definition at line \fB359\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, bool > \fBstd::__debug::unordered_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::insert (value_type && __obj)\fC [inline]\fP" .PP Definition at line \fB340\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::max_load_factor () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB288\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::max_load_factor (float __f)\fC [inline]\fP" .PP Definition at line \fB292\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_set\fP & \fBstd::__debug::unordered_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::operator= (\fBinitializer_list\fP< value_type > __l)\fC [inline]\fP" .PP Definition at line \fB191\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_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::swap (\fBunordered_set\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc > & __x)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB199\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 \fB77\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 \fB79\fP of file \fBdebug/unordered_set\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.