.TH "__gnu_cxx::hash_multiset< _Value, _HashFcn, _EqualKey, _Alloc >" 3cxx "Thu Feb 16 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_cxx::hash_multiset< _Value, _HashFcn, _EqualKey, _Alloc > .SH SYNOPSIS .br .PP .SS "Public Types" .in +1c .ti -1c .RI "typedef _Ht::allocator_type \fBallocator_type\fP" .br .ti -1c .RI "typedef _Ht::const_iterator \fBconst_iterator\fP" .br .ti -1c .RI "typedef _Alloc::const_pointer \fBconst_pointer\fP" .br .ti -1c .RI "typedef _Alloc::const_reference \fBconst_reference\fP" .br .ti -1c .RI "typedef _Ht::difference_type \fBdifference_type\fP" .br .ti -1c .RI "typedef _Ht::hasher \fBhasher\fP" .br .ti -1c .RI "typedef _Ht::const_iterator \fBiterator\fP" .br .ti -1c .RI "typedef _Ht::key_equal \fBkey_equal\fP" .br .ti -1c .RI "typedef _Ht::key_type \fBkey_type\fP" .br .ti -1c .RI "typedef _Alloc::pointer \fBpointer\fP" .br .ti -1c .RI "typedef _Alloc::reference \fBreference\fP" .br .ti -1c .RI "typedef _Ht::size_type \fBsize_type\fP" .br .ti -1c .RI "typedef _Ht::value_type \fBvalue_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "template \fBhash_multiset\fP (_InputIterator __f, _InputIterator __l)" .br .ti -1c .RI "template \fBhash_multiset\fP (_InputIterator __f, _InputIterator __l, size_type __n)" .br .ti -1c .RI "template \fBhash_multiset\fP (_InputIterator __f, _InputIterator __l, size_type __n, const hasher &__hf)" .br .ti -1c .RI "template \fBhash_multiset\fP (_InputIterator __f, _InputIterator __l, size_type __n, const hasher &__hf, const key_equal &__eql, const allocator_type &__a=allocator_type())" .br .ti -1c .RI "\fBhash_multiset\fP (size_type __n)" .br .ti -1c .RI "\fBhash_multiset\fP (size_type __n, const hasher &__hf)" .br .ti -1c .RI "\fBhash_multiset\fP (size_type __n, const hasher &__hf, const key_equal &__eql, const allocator_type &__a=allocator_type())" .br .ti -1c .RI "iterator \fBbegin\fP () const" .br .ti -1c .RI "size_type \fBbucket_count\fP () const" .br .ti -1c .RI "void \fBclear\fP ()" .br .ti -1c .RI "size_type \fBcount\fP (const key_type &__key) const" .br .ti -1c .RI "size_type \fBelems_in_bucket\fP (size_type __n) const" .br .ti -1c .RI "bool \fBempty\fP () const" .br .ti -1c .RI "iterator \fBend\fP () const" .br .ti -1c .RI "\fBpair\fP< iterator, iterator > \fBequal_range\fP (const key_type &__key) const" .br .ti -1c .RI "size_type \fBerase\fP (const key_type &__key)" .br .ti -1c .RI "void \fBerase\fP (iterator __f, iterator __l)" .br .ti -1c .RI "void \fBerase\fP (iterator __it)" .br .ti -1c .RI "iterator \fBfind\fP (const key_type &__key) const" .br .ti -1c .RI "allocator_type \fBget_allocator\fP () const" .br .ti -1c .RI "hasher \fBhash_funct\fP () const" .br .ti -1c .RI "template void \fBinsert\fP (_InputIterator __f, _InputIterator __l)" .br .ti -1c .RI "iterator \fBinsert\fP (const value_type &__obj)" .br .ti -1c .RI "iterator \fBinsert_noresize\fP (const value_type &__obj)" .br .ti -1c .RI "key_equal \fBkey_eq\fP () const" .br .ti -1c .RI "size_type \fBmax_bucket_count\fP () const" .br .ti -1c .RI "size_type \fBmax_size\fP () const" .br .ti -1c .RI "void \fBresize\fP (size_type __hint)" .br .ti -1c .RI "size_type \fBsize\fP () const" .br .ti -1c .RI "void \fBswap\fP (\fBhash_multiset\fP &hs)" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "template bool \fBoperator==\fP (const \fBhash_multiset\fP< _Val, _HF, _EqK, _Al > &, const \fBhash_multiset\fP< _Val, _HF, _EqK, _Al > &)" .br .in -1c .SH "Detailed Description" .PP .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> .br class __gnu_cxx::hash_multiset< _Value, _HashFcn, _EqualKey, _Alloc >"This is an SGI extension\&. .PP \fBTodo\fP .RS 4 Needs documentation! See http://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_style.html .RE .PP .PP Definition at line \fB287\fP of file \fBhash_set\fP\&. .SH "Member Typedef Documentation" .PP .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> typedef _Ht::allocator_type \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::allocator_type" .PP Definition at line \fB315\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> typedef _Ht::const_iterator \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::const_iterator" .PP Definition at line \fB313\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> typedef _Alloc::const_pointer \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::const_pointer" .PP Definition at line \fB308\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> typedef _Alloc::const_reference \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::const_reference" .PP Definition at line \fB310\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> typedef _Ht::difference_type \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::difference_type" .PP Definition at line \fB306\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> typedef _Ht::hasher \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::hasher" .PP Definition at line \fB302\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> typedef _Ht::const_iterator \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::iterator" .PP Definition at line \fB312\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> typedef _Ht::key_equal \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::key_equal" .PP Definition at line \fB303\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> typedef _Ht::key_type \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::key_type" .PP Definition at line \fB300\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> typedef _Alloc::pointer \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::pointer" .PP Definition at line \fB307\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> typedef _Alloc::reference \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::reference" .PP Definition at line \fB309\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> typedef _Ht::size_type \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::size_type" .PP Definition at line \fB305\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> typedef _Ht::value_type \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::value_type" .PP Definition at line \fB301\fP of file \fBhash_set\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::hash_multiset ()\fC [inline]\fP" .PP Definition at line \fB329\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::hash_multiset (size_type __n)\fC [inline]\fP, \fC [explicit]\fP" .PP Definition at line \fB333\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::hash_multiset (size_type __n, const hasher & __hf)\fC [inline]\fP" .PP Definition at line \fB336\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::hash_multiset (size_type __n, const hasher & __hf, const key_equal & __eql, const allocator_type & __a = \fCallocator_type()\fP)\fC [inline]\fP" .PP Definition at line \fB339\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> template \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::hash_multiset (_InputIterator __f, _InputIterator __l)\fC [inline]\fP" .PP Definition at line \fB344\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> template \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::hash_multiset (_InputIterator __f, _InputIterator __l, size_type __n)\fC [inline]\fP" .PP Definition at line \fB349\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> template \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::hash_multiset (_InputIterator __f, _InputIterator __l, size_type __n, const hasher & __hf)\fC [inline]\fP" .PP Definition at line \fB354\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> template \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::hash_multiset (_InputIterator __f, _InputIterator __l, size_type __n, const hasher & __hf, const key_equal & __eql, const allocator_type & __a = \fCallocator_type()\fP)\fC [inline]\fP" .PP Definition at line \fB360\fP of file \fBhash_set\fP\&. .SH "Member Function Documentation" .PP .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> iterator \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::begin () const\fC [inline]\fP" .PP Definition at line \fB388\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> size_type \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::bucket_count () const\fC [inline]\fP" .PP Definition at line \fB441\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> void \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::clear ()\fC [inline]\fP" .PP Definition at line \fB433\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> size_type \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::count (const key_type & __key) const\fC [inline]\fP" .PP Definition at line \fB413\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> size_type \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::elems_in_bucket (size_type __n) const\fC [inline]\fP" .PP Definition at line \fB449\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> bool \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::empty () const\fC [inline]\fP" .PP Definition at line \fB375\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> iterator \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::end () const\fC [inline]\fP" .PP Definition at line \fB392\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> \fBpair\fP< iterator, iterator > \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::equal_range (const key_type & __key) const\fC [inline]\fP" .PP Definition at line \fB417\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> size_type \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::erase (const key_type & __key)\fC [inline]\fP" .PP Definition at line \fB421\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> void \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::erase (iterator __f, iterator __l)\fC [inline]\fP" .PP Definition at line \fB429\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> void \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::erase (iterator __it)\fC [inline]\fP" .PP Definition at line \fB425\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> iterator \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::find (const key_type & __key) const\fC [inline]\fP" .PP Definition at line \fB409\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> allocator_type \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::get_allocator () const\fC [inline]\fP" .PP Definition at line \fB326\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> hasher \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::hash_funct () const\fC [inline]\fP" .PP Definition at line \fB318\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> template void \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::insert (_InputIterator __f, _InputIterator __l)\fC [inline]\fP" .PP Definition at line \fB401\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> iterator \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::insert (const value_type & __obj)\fC [inline]\fP" .PP Definition at line \fB396\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> iterator \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::insert_noresize (const value_type & __obj)\fC [inline]\fP" .PP Definition at line \fB405\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> key_equal \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::key_eq () const\fC [inline]\fP" .PP Definition at line \fB322\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> size_type \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::max_bucket_count () const\fC [inline]\fP" .PP Definition at line \fB445\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> size_type \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::max_size () const\fC [inline]\fP" .PP Definition at line \fB371\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> void \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::resize (size_type __hint)\fC [inline]\fP" .PP Definition at line \fB437\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> size_type \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::size () const\fC [inline]\fP" .PP Definition at line \fB367\fP of file \fBhash_set\fP\&. .SS "template, class _EqualKey = equal_to<_Value>, class _Alloc = allocator<_Value>> void \fB__gnu_cxx::hash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc >::swap (\fBhash_multiset\fP< _Value, _HashFcn, _EqualKey, _Alloc > & hs)\fC [inline]\fP" .PP Definition at line \fB379\fP of file \fBhash_set\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.