.TH "std::__profile::unordered_multiset< _Value, _Hash, _Pred, _Alloc >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__profile::unordered_multiset< _Value, _Hash, _Pred, _Alloc > \- Unordered_multiset wrapper with performance instrumentation\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits unordered_multiset< _Value, std::hash< _Value >, std::equal_to< _Value >, std::allocator< _Value > >, and std::__profile::_Unordered_profile< _UnorderedCont, _Unique_keys >\&. .SS "Public Types" .in +1c .ti -1c .RI "\fBtypedef\fP _Base::allocator_type \fBallocator_type\fP" .br .ti -1c .RI "\fBtypedef\fP _Base::const_iterator \fBconst_iterator\fP" .br .ti -1c .RI "\fBtypedef\fP _Base::const_reference \fBconst_reference\fP" .br .ti -1c .RI "\fBtypedef\fP _Base::difference_type \fBdifference_type\fP" .br .ti -1c .RI "\fBtypedef\fP _Base::hasher \fBhasher\fP" .br .ti -1c .RI "\fBtypedef\fP _Base::iterator \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 _Base::reference \fBreference\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 __f, \fB_InputIterator\fP \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 "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 "\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__umset\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__umset\fP, \fBconst\fP allocator_type &__a)" .br .ti -1c .RI "\fBvoid\fP \fBclear\fP () \fBnoexcept\fP" .br .ti -1c .RI "template iterator \fBemplace\fP (\fB_Args\fP &&\&.\&.\&. \fB__args\fP)" .br .ti -1c .RI "template iterator \fBemplace_hint\fP (const_iterator \fB__it\fP, \fB_Args\fP &&\&.\&.\&. \fB__args\fP)" .br .ti -1c .RI "template<\fBtypename\fP \fB_InputIter\fP > \fBvoid\fP \fBinsert\fP (\fB_InputIter\fP __first, \fB_InputIter\fP __last)" .br .ti -1c .RI "iterator \fBinsert\fP (\fBconst\fP value_type &\fB__obj\fP)" .br .ti -1c .RI "iterator \fBinsert\fP (const_iterator __iter, \fBconst\fP value_type &\fB__v\fP)" .br .ti -1c .RI "iterator \fBinsert\fP (const_iterator __iter, value_type &&\fB__v\fP)" .br .ti -1c .RI "\fBvoid\fP \fBinsert\fP (\fBstd::initializer_list\fP< value_type > \fB__l\fP)" .br .ti -1c .RI "iterator \fBinsert\fP (value_type &&\fB__obj\fP)" .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 \fBrehash\fP (size_type __n)" .br .ti -1c .RI "\fBvoid\fP \fBswap\fP (\fBunordered_multiset\fP &__x) \fBnoexcept\fP(\fBnoexcept\fP(__x\&._M_base()\&.swap(__x)))" .br .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "\fBvoid\fP \fB_M_profile_construct\fP () \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fB_M_profile_destruct\fP () \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fB_M_profile_resize\fP (std::size_t \fB__old_size\fP)" .br .ti -1c .RI "\fBvoid\fP \fB_M_swap\fP (_Unordered_profile &__other) \fBnoexcept\fP" .br .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "\fB__gnu_profile::__hashfunc_info\fP * \fB_M_hashfunc_info\fP" .br .ti -1c .RI "\fB__gnu_profile::__container_size_info\fP * \fB_M_size_info\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::__profile::unordered_multiset< _Value, _Hash, _Pred, _Alloc >"Unordered_multiset wrapper with performance instrumentation\&. .PP Definition at line \fB307\fP of file \fBprofile/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::__profile::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::allocator_type" .PP Definition at line \fB325\fP of file \fBprofile/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::const_iterator \fBstd::__profile::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::const_iterator" .PP Definition at line \fB333\fP of file \fBprofile/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::const_reference \fBstd::__profile::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::const_reference" .PP Definition at line \fB330\fP of file \fBprofile/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::difference_type \fBstd::__profile::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::difference_type" .PP Definition at line \fB328\fP of file \fBprofile/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::__profile::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::hasher" .PP Definition at line \fB323\fP of file \fBprofile/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::iterator \fBstd::__profile::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::iterator" .PP Definition at line \fB332\fP of file \fBprofile/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::__profile::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::key_equal" .PP Definition at line \fB324\fP of file \fBprofile/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::__profile::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::key_type" .PP Definition at line \fB326\fP of file \fBprofile/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::reference \fBstd::__profile::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::reference" .PP Definition at line \fB329\fP of file \fBprofile/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::__profile::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::size_type" .PP Definition at line \fB322\fP of file \fBprofile/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::__profile::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::value_type" .PP Definition at line \fB327\fP of file \fBprofile/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::__profile::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 \fB338\fP of file \fBprofile/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::__profile::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::unordered_multiset (\fB_InputIterator\fP __f, \fB_InputIterator\fP __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 \fB346\fP of file \fBprofile/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::__profile::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 \fB356\fP of file \fBprofile/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::__profile::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 \fB363\fP of file \fBprofile/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::__profile::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 > & __umset, \fBconst\fP allocator_type & __a)\fC [inline]\fP" .PP Definition at line \fB367\fP of file \fBprofile/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::__profile::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::unordered_multiset (\fBunordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc > && __umset, \fBconst\fP allocator_type & __a)\fC [inline]\fP" .PP Definition at line \fB372\fP of file \fBprofile/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::__profile::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 \fB377\fP of file \fBprofile/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::__profile::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 \fB385\fP of file \fBprofile/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::__profile::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 \fB389\fP of file \fBprofile/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::__profile::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 \fB395\fP of file \fBprofile/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::__profile::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 \fB402\fP of file \fBprofile/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::__profile::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 \fB408\fP of file \fBprofile/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::__profile::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 \fB414\fP of file \fBprofile/unordered_set\fP\&. .SH "Member Function Documentation" .PP .SS "template<\fBtypename\fP \fB_UnorderedCont\fP , bool _Unique_keys> \fBvoid\fP std::__profile::_Unordered_profile< \fB_UnorderedCont\fP, \fB_Unique_keys\fP >::_M_profile_construct ()\fC [inline]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB190\fP of file \fBunordered_base\&.h\fP\&. .SS "template<\fBtypename\fP \fB_UnorderedCont\fP , bool _Unique_keys> \fBvoid\fP std::__profile::_Unordered_profile< \fB_UnorderedCont\fP, \fB_Unique_keys\fP >::_M_profile_destruct ()\fC [inline]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB198\fP of file \fBunordered_base\&.h\fP\&. .SS "template<\fBtypename\fP \fB_UnorderedCont\fP , bool _Unique_keys> \fBvoid\fP std::__profile::_Unordered_profile< \fB_UnorderedCont\fP, \fB_Unique_keys\fP >::_M_profile_resize (std::size_t __old_size)\fC [inline]\fP, \fC [protected]\fP, \fC [inherited]\fP" .PP Definition at line \fB220\fP of file \fBunordered_base\&.h\fP\&. .SS "template<\fBtypename\fP \fB_UnorderedCont\fP , bool _Unique_keys> \fBvoid\fP std::__profile::_Unordered_profile< \fB_UnorderedCont\fP, \fB_Unique_keys\fP >::_M_swap (_Unordered_profile< \fB_UnorderedCont\fP, \fB_Unique_keys\fP > & __other)\fC [inline]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB213\fP of file \fBunordered_base\&.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>> \fBvoid\fP \fBstd::__profile::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::clear ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB444\fP of file \fBprofile/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 iterator \fBstd::__profile::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::emplace (\fB_Args\fP &&\&.\&.\&. __args)\fC [inline]\fP" .PP Definition at line \fB453\fP of file \fBprofile/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 iterator \fBstd::__profile::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::emplace_hint (const_iterator __it, \fB_Args\fP &&\&.\&.\&. __args)\fC [inline]\fP" .PP Definition at line \fB463\fP of file \fBprofile/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_InputIter\fP > \fBvoid\fP \fBstd::__profile::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::insert (\fB_InputIter\fP __first, \fB_InputIter\fP __last)\fC [inline]\fP" .PP Definition at line \fB518\fP of file \fBprofile/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>> iterator \fBstd::__profile::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::insert (\fBconst\fP value_type & __obj)\fC [inline]\fP" .PP Definition at line \fB481\fP of file \fBprofile/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>> iterator \fBstd::__profile::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::insert (const_iterator __iter, \fBconst\fP value_type & __v)\fC [inline]\fP" .PP Definition at line \fB490\fP of file \fBprofile/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>> iterator \fBstd::__profile::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::insert (const_iterator __iter, value_type && __v)\fC [inline]\fP" .PP Definition at line \fB508\fP of file \fBprofile/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::__profile::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 \fB473\fP of file \fBprofile/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>> iterator \fBstd::__profile::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::insert (value_type && __obj)\fC [inline]\fP" .PP Definition at line \fB499\fP of file \fBprofile/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::__profile::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 \fB427\fP of file \fBprofile/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::__profile::unordered_multiset\fP< _Value, \fB_Hash\fP, \fB_Pred\fP, _Alloc >::rehash (size_type __n)\fC [inline]\fP" .PP Definition at line \fB526\fP of file \fBprofile/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::__profile::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 \fB436\fP of file \fBprofile/unordered_set\fP\&. .SH "Member Data Documentation" .PP .SS "template<\fBtypename\fP \fB_UnorderedCont\fP , bool _Unique_keys> \fB__gnu_profile::__hashfunc_info\fP* std::__profile::_Unordered_profile< \fB_UnorderedCont\fP, \fB_Unique_keys\fP >::_M_hashfunc_info\fC [protected]\fP, \fC [inherited]\fP" .PP Definition at line \fB228\fP of file \fBunordered_base\&.h\fP\&. .SS "template<\fBtypename\fP \fB_UnorderedCont\fP , bool _Unique_keys> \fB__gnu_profile::__container_size_info\fP* std::__profile::_Unordered_profile< \fB_UnorderedCont\fP, \fB_Unique_keys\fP >::_M_size_info\fC [protected]\fP, \fC [inherited]\fP" .PP Definition at line \fB227\fP of file \fBunordered_base\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.