.TH "std::__debug::multimap< _Key, _Tp, _Compare, _Allocator >" 3cxx "Thu Feb 16 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__debug::multimap< _Key, _Tp, _Compare, _Allocator > \- Class std::multimap with safety/checking/debug instrumentation\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fB__gnu_debug::_Safe_container< multimap< _Key, _Tp, std::less< _Key >, std::allocator< std::pair< const _Key, _Tp > > >, std::allocator< std::pair< const _Key, _Tp > >, __gnu_debug::_Safe_node_sequence >\fP, and multimap< _Key, _Tp, std::less< _Key >, std::allocator< std::pair< const _Key, _Tp > > >\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef _Allocator \fBallocator_type\fP" .br .ti -1c .RI "typedef \fB__gnu_debug::_Safe_iterator\fP< \fB_Base_const_iterator\fP, \fBmultimap\fP > \fBconst_iterator\fP" .br .ti -1c .RI "typedef _Base::const_pointer \fBconst_pointer\fP" .br .ti -1c .RI "typedef _Base::const_reference \fBconst_reference\fP" .br .ti -1c .RI "typedef \fBstd::reverse_iterator\fP< \fBconst_iterator\fP > \fBconst_reverse_iterator\fP" .br .ti -1c .RI "typedef _Base::difference_type \fBdifference_type\fP" .br .ti -1c .RI "typedef \fB__gnu_debug::_Safe_iterator\fP< \fB_Base_iterator\fP, \fBmultimap\fP > \fBiterator\fP" .br .ti -1c .RI "typedef _Compare \fBkey_compare\fP" .br .ti -1c .RI "typedef _Key \fBkey_type\fP" .br .ti -1c .RI "typedef _Tp \fBmapped_type\fP" .br .ti -1c .RI "using \fBnode_type\fP = typename _Base::node_type" .br .ti -1c .RI "typedef _Base::pointer \fBpointer\fP" .br .ti -1c .RI "typedef _Base::reference \fBreference\fP" .br .ti -1c .RI "typedef \fBstd::reverse_iterator\fP< \fBiterator\fP > \fBreverse_iterator\fP" .br .ti -1c .RI "typedef _Base::size_type \fBsize_type\fP" .br .ti -1c .RI "typedef \fBstd::pair\fP< const _Key, _Tp > \fBvalue_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBmultimap\fP (_Base_ref __x)" .br .ti -1c .RI "template \fBmultimap\fP (_InputIterator __first, _InputIterator __last, const _Compare &__comp=_Compare(), const _Allocator &__a=_Allocator())" .br .ti -1c .RI "template \fBmultimap\fP (_InputIterator __first, _InputIterator __last, const allocator_type &__a)" .br .ti -1c .RI "\fBmultimap\fP (const _Compare &__comp, const _Allocator &__a=_Allocator())" .br .ti -1c .RI "\fBmultimap\fP (const allocator_type &__a)" .br .ti -1c .RI "\fBmultimap\fP (const \fBmultimap\fP &)=default" .br .ti -1c .RI "\fBmultimap\fP (const \fBmultimap\fP &__m, const allocator_type &__a)" .br .ti -1c .RI "\fBmultimap\fP (\fBinitializer_list\fP< \fBvalue_type\fP > __l, const _Compare &__c=_Compare(), const allocator_type &__a=allocator_type())" .br .ti -1c .RI "\fBmultimap\fP (\fBinitializer_list\fP< \fBvalue_type\fP > __l, const allocator_type &__a)" .br .ti -1c .RI "\fBmultimap\fP (\fBmultimap\fP &&)=default" .br .ti -1c .RI "\fBmultimap\fP (\fBmultimap\fP &&__m, const allocator_type &__a) noexcept(noexcept(\fB_Base\fP(\fBstd::move\fP(__m\&._M_base()), __a)))" .br .ti -1c .RI "const \fB_Base\fP & \fB_M_base\fP () const noexcept" .br .ti -1c .RI "\fB_Base\fP & \fB_M_base\fP () noexcept" .br .ti -1c .RI "void \fB_M_invalidate_if\fP (_Predicate __pred)" .br .ti -1c .RI "void \fB_M_swap\fP (_Safe_container &__x) noexcept" .br .ti -1c .RI "void \fB_M_transfer_from_if\fP (_Safe_sequence &__from, _Predicate __pred)" .br .ti -1c .RI "\fBconst_iterator\fP \fBbegin\fP () const noexcept" .br .ti -1c .RI "\fBiterator\fP \fBbegin\fP () noexcept" .br .ti -1c .RI "\fBconst_iterator\fP \fBcbegin\fP () const noexcept" .br .ti -1c .RI "\fBconst_iterator\fP \fBcend\fP () const noexcept" .br .ti -1c .RI "void \fBclear\fP () noexcept" .br .ti -1c .RI "\fBconst_reverse_iterator\fP \fBcrbegin\fP () const noexcept" .br .ti -1c .RI "\fBconst_reverse_iterator\fP \fBcrend\fP () const noexcept" .br .ti -1c .RI "template \fBiterator\fP \fBemplace\fP (_Args &&\&.\&.\&. __args)" .br .ti -1c .RI "template \fBiterator\fP \fBemplace_hint\fP (\fBconst_iterator\fP __pos, _Args &&\&.\&.\&. __args)" .br .ti -1c .RI "\fBconst_iterator\fP \fBend\fP () const noexcept" .br .ti -1c .RI "\fBiterator\fP \fBend\fP () noexcept" .br .ti -1c .RI "template::type> \fBstd::pair\fP< \fBiterator\fP, \fBiterator\fP > \fBequal_range\fP (const _Kt &__x)" .br .ti -1c .RI "template::type> \fBstd::pair\fP< \fBconst_iterator\fP, \fBconst_iterator\fP > \fBequal_range\fP (const _Kt &__x) const" .br .ti -1c .RI "\fBstd::pair\fP< \fBiterator\fP, \fBiterator\fP > \fBequal_range\fP (const key_type &__x)" .br .ti -1c .RI "\fBstd::pair\fP< \fBconst_iterator\fP, \fBconst_iterator\fP > \fBequal_range\fP (const key_type &__x) const" .br .ti -1c .RI "size_type \fBerase\fP (const key_type &__x)" .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 __position)" .br .ti -1c .RI "_GLIBCXX_ABI_TAG_CXX11 \fBiterator\fP \fBerase\fP (\fBiterator\fP __position)" .br .ti -1c .RI "node_type \fBextract\fP (const key_type &__key)" .br .ti -1c .RI "node_type \fBextract\fP (\fBconst_iterator\fP __position)" .br .ti -1c .RI "template::type> \fBiterator\fP \fBfind\fP (const _Kt &__x)" .br .ti -1c .RI "template::type> \fBconst_iterator\fP \fBfind\fP (const _Kt &__x) const" .br .ti -1c .RI "\fBiterator\fP \fBfind\fP (const key_type &__x)" .br .ti -1c .RI "\fBconst_iterator\fP \fBfind\fP (const key_type &__x) const" .br .ti -1c .RI "template void \fBinsert\fP (_InputIterator __first, _InputIterator __last)" .br .ti -1c .RI "template::value>::type> \fBiterator\fP \fBinsert\fP (_Pair &&__x)" .br .ti -1c .RI "\fBiterator\fP \fBinsert\fP (const \fBvalue_type\fP &__x)" .br .ti -1c .RI "\fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP __hint, node_type &&__nh)" .br .ti -1c .RI "template::value>::type> \fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP __position, _Pair &&__x)" .br .ti -1c .RI "\fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP __position, const \fBvalue_type\fP &__x)" .br .ti -1c .RI "\fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP __position, \fBvalue_type\fP &&__x)" .br .ti -1c .RI "\fBiterator\fP \fBinsert\fP (node_type &&__nh)" .br .ti -1c .RI "void \fBinsert\fP (\fBstd::initializer_list\fP< \fBvalue_type\fP > __list)" .br .ti -1c .RI "\fBiterator\fP \fBinsert\fP (\fBvalue_type\fP &&__x)" .br .ti -1c .RI "template::type> \fBiterator\fP \fBlower_bound\fP (const _Kt &__x)" .br .ti -1c .RI "template::type> \fBconst_iterator\fP \fBlower_bound\fP (const _Kt &__x) const" .br .ti -1c .RI "\fBiterator\fP \fBlower_bound\fP (const key_type &__x)" .br .ti -1c .RI "\fBconst_iterator\fP \fBlower_bound\fP (const key_type &__x) const" .br .ti -1c .RI "\fBmultimap\fP & \fBoperator=\fP (const \fBmultimap\fP &)=default" .br .ti -1c .RI "\fBmultimap\fP & \fBoperator=\fP (\fBinitializer_list\fP< \fBvalue_type\fP > __l)" .br .ti -1c .RI "\fBmultimap\fP & \fBoperator=\fP (\fBmultimap\fP &&)=default" .br .ti -1c .RI "\fBconst_reverse_iterator\fP \fBrbegin\fP () const noexcept" .br .ti -1c .RI "\fBreverse_iterator\fP \fBrbegin\fP () noexcept" .br .ti -1c .RI "\fBconst_reverse_iterator\fP \fBrend\fP () const noexcept" .br .ti -1c .RI "\fBreverse_iterator\fP \fBrend\fP () noexcept" .br .ti -1c .RI "void \fBswap\fP (\fBmultimap\fP &__x) noexcept(/*\fBconditional\fP */)" .br .ti -1c .RI "template::type> \fBiterator\fP \fBupper_bound\fP (const _Kt &__x)" .br .ti -1c .RI "template::type> \fBconst_iterator\fP \fBupper_bound\fP (const _Kt &__x) const" .br .ti -1c .RI "\fBiterator\fP \fBupper_bound\fP (const key_type &__x)" .br .ti -1c .RI "\fBconst_iterator\fP \fBupper_bound\fP (const key_type &__x) const" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "_Safe_iterator_base * \fB_M_const_iterators\fP" .br .RI "The list of constant iterators that reference this container\&. " .ti -1c .RI "_Safe_iterator_base * \fB_M_iterators\fP" .br .RI "The list of mutable iterators that reference this container\&. " .ti -1c .RI "unsigned int \fB_M_version\fP" .br .RI "The container version number\&. This number may never be 0\&. " .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "void \fB_M_detach_all\fP ()" .br .ti -1c .RI "void \fB_M_detach_singular\fP ()" .br .ti -1c .RI "__gnu_cxx::__mutex & \fB_M_get_mutex\fP () throw ()" .br .ti -1c .RI "void \fB_M_invalidate_all\fP ()" .br .ti -1c .RI "void \fB_M_invalidate_all\fP () const" .br .ti -1c .RI "void \fB_M_revalidate_singular\fP ()" .br .ti -1c .RI "_Safe_container & \fB_M_safe\fP () noexcept" .br .ti -1c .RI "void \fB_M_swap\fP (_Safe_sequence_base &__x) noexcept" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "template class \fB::__gnu_debug::_Safe_iterator\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template, typename _Allocator = std::allocator >> .br class std::__debug::multimap< _Key, _Tp, _Compare, _Allocator >"Class std::multimap with safety/checking/debug instrumentation\&. .PP Definition at line \fB44\fP of file \fBmultimap\&.h\fP\&. .SH "Member Typedef Documentation" .PP .SS "template, typename _Allocator = std::allocator >> typedef _Allocator \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::allocator_type" .PP Definition at line \fB78\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> typedef \fB__gnu_debug::_Safe_iterator\fP<\fB_Base_const_iterator\fP, \fBmultimap\fP> \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::const_iterator" .PP Definition at line \fB85\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> typedef _Base::const_pointer \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::const_pointer" .PP Definition at line \fB90\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> typedef _Base::const_reference \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::const_reference" .PP Definition at line \fB80\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> typedef \fBstd::reverse_iterator\fP<\fBconst_iterator\fP> \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::const_reverse_iterator" .PP Definition at line \fB92\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> typedef _Base::difference_type \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::difference_type" .PP Definition at line \fB88\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> typedef \fB__gnu_debug::_Safe_iterator\fP<\fB_Base_iterator\fP, \fBmultimap\fP> \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::iterator" .PP Definition at line \fB83\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> typedef _Compare \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::key_compare" .PP Definition at line \fB77\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> typedef _Key \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::key_type" .PP Definition at line \fB74\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> typedef _Tp \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::mapped_type" .PP Definition at line \fB75\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> using \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::node_type = typename _Base::node_type" .PP Definition at line \fB332\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> typedef _Base::pointer \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::pointer" .PP Definition at line \fB89\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> typedef _Base::reference \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::reference" .PP Definition at line \fB79\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> typedef \fBstd::reverse_iterator\fP<\fBiterator\fP> \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::reverse_iterator" .PP Definition at line \fB91\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> typedef _Base::size_type \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::size_type" .PP Definition at line \fB87\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> typedef \fBstd::pair\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::value_type" .PP Definition at line \fB76\fP of file \fBmultimap\&.h\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template, typename _Allocator = std::allocator >> \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::multimap (\fBinitializer_list\fP< \fBvalue_type\fP > __l, const _Compare & __c = \fC_Compare()\fP, const allocator_type & __a = \fCallocator_type()\fP)\fC [inline]\fP" .PP Definition at line \fB108\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::multimap (const allocator_type & __a)\fC [inline]\fP, \fC [explicit]\fP" .PP Definition at line \fB114\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::multimap (const \fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > & __m, const allocator_type & __a)\fC [inline]\fP" .PP Definition at line \fB117\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::multimap (\fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > && __m, const allocator_type & __a)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB120\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::multimap (\fBinitializer_list\fP< \fBvalue_type\fP > __l, const allocator_type & __a)\fC [inline]\fP" .PP Definition at line \fB125\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> template \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::multimap (_InputIterator __first, _InputIterator __last, const allocator_type & __a)\fC [inline]\fP" .PP Definition at line \fB129\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::multimap (const _Compare & __comp, const _Allocator & __a = \fC_Allocator()\fP)\fC [inline]\fP, \fC [explicit]\fP" .PP Definition at line \fB138\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> template \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::multimap (_InputIterator __first, _InputIterator __last, const _Compare & __comp = \fC_Compare()\fP, const _Allocator & __a = \fC_Allocator()\fP)\fC [inline]\fP" .PP Definition at line \fB143\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::multimap (_Base_ref __x)\fC [inline]\fP" .PP Definition at line \fB151\fP of file \fBmultimap\&.h\fP\&. .SH "Member Function Documentation" .PP .SS "template, typename _Allocator = std::allocator >> const \fB_Base\fP & \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::_M_base () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB589\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fB_Base\fP & \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::_M_base ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB586\fP of file \fBmultimap\&.h\fP\&. .SS "void __gnu_debug::_Safe_sequence_base::_M_detach_all ()\fC [protected]\fP, \fC [inherited]\fP" Detach all iterators, leaving them singular\&. .PP Referenced by \fB__gnu_debug::_Safe_sequence_base::~_Safe_sequence_base()\fP\&. .SS "void __gnu_debug::_Safe_sequence_base::_M_detach_singular ()\fC [protected]\fP, \fC [inherited]\fP" Detach all singular iterators\&. .PP \fBPostcondition\fP .RS 4 for all iterators i attached to this sequence, i->_M_version == _M_version\&. .RE .PP .SS "__gnu_cxx::__mutex & __gnu_debug::_Safe_sequence_base::_M_get_mutex ()\fC [protected]\fP, \fC [inherited]\fP" For use in _Safe_sequence\&. .PP Referenced by \fB__gnu_debug::_Safe_sequence< _Sequence >::_M_transfer_from_if()\fP\&. .SS "void \fB__gnu_debug::_Safe_node_sequence\fP< \fBmultimap\fP< _Key, _Tp, \fBstd::less\fP< _Key >, \fBstd::allocator\fP< \fBstd::pair\fP< const _Key, _Tp > > > >::_M_invalidate_all ()\fC [inline]\fP, \fC [protected]\fP, \fC [inherited]\fP" .PP Definition at line \fB136\fP of file \fBsafe_sequence\&.h\fP\&. .SS "void __gnu_debug::_Safe_sequence_base::_M_invalidate_all () const\fC [inline]\fP, \fC [protected]\fP, \fC [inherited]\fP" Invalidates all iterators\&. .PP Definition at line \fB256\fP of file \fBsafe_base\&.h\fP\&. .PP References \fB__gnu_debug::_Safe_sequence_base::_M_version\fP\&. .SS "void \fB__gnu_debug::_Safe_sequence\fP< \fBmultimap\fP< _Key, _Tp, \fBstd::less\fP< _Key >, \fBstd::allocator\fP< \fBstd::pair\fP< const _Key, _Tp > > > >::_M_invalidate_if (_Predicate __pred)\fC [inherited]\fP" Invalidates all iterators \fCx\fP that reference this sequence, are not singular, and for which \fC__pred(x)\fP returns \fCtrue\fP\&. \fC__pred\fP will be invoked with the normal iterators nested in the safe ones\&. .PP Definition at line \fB117\fP of file \fBsafe_sequence\&.tcc\fP\&. .SS "void __gnu_debug::_Safe_sequence_base::_M_revalidate_singular ()\fC [protected]\fP, \fC [inherited]\fP" Revalidates all attached singular iterators\&. This method may be used to validate iterators that were invalidated before (but for some reason, such as an exception, need to become valid again)\&. .SS "_Safe_container & \fB__gnu_debug::_Safe_container\fP< \fBmultimap\fP< _Key, _Tp, \fBstd::less\fP< _Key >, \fBstd::allocator\fP< \fBstd::pair\fP< const _Key, _Tp > > > , \fBstd::allocator\fP< \fBstd::pair\fP< const _Key, _Tp > > , \fB__gnu_debug::_Safe_node_sequence\fP , true >::_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 "void \fB__gnu_debug::_Safe_container\fP< \fBmultimap\fP< _Key, _Tp, \fBstd::less\fP< _Key >, \fBstd::allocator\fP< \fBstd::pair\fP< const _Key, _Tp > > > , \fBstd::allocator\fP< \fBstd::pair\fP< const _Key, _Tp > > , \fB__gnu_debug::_Safe_node_sequence\fP , true >::_M_swap (\fB_Safe_container\fP< \fBmultimap\fP< _Key, _Tp, \fBstd::less\fP< _Key >, \fBstd::allocator\fP< \fBstd::pair\fP< const _Key, _Tp > > >, \fBstd::allocator\fP< \fBstd::pair\fP< const _Key, _Tp > >, \fB__gnu_debug::_Safe_node_sequence\fP > & __x)\fC [inline]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB111\fP of file \fBsafe_container\&.h\fP\&. .SS "void __gnu_debug::_Safe_sequence_base::_M_swap (\fB_Safe_sequence_base\fP & __x)\fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" Swap this sequence with the given sequence\&. This operation also swaps ownership of the iterators, so that when the operation is complete all iterators that originally referenced one container now reference the other container\&. .SS "void \fB__gnu_debug::_Safe_sequence\fP< \fBmultimap\fP< _Key, _Tp, \fBstd::less\fP< _Key >, \fBstd::allocator\fP< \fBstd::pair\fP< const _Key, _Tp > > > >::_M_transfer_from_if (\fB_Safe_sequence\fP< \fBmultimap\fP< _Key, _Tp, \fBstd::less\fP< _Key >, \fBstd::allocator\fP< \fBstd::pair\fP< const _Key, _Tp > > > > & __from, _Predicate __pred)\fC [inherited]\fP" Transfers all iterators \fCx\fP that reference \fCfrom\fP sequence, are not singular, and for which \fC__pred(x)\fP returns \fCtrue\fP\&. \fC__pred\fP will be invoked with the normal iterators nested in the safe ones\&. .PP Definition at line \fB125\fP of file \fBsafe_sequence\&.tcc\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBconst_iterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::begin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB186\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBiterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::begin ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB182\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBconst_iterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::cbegin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB215\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBconst_iterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::cend () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB219\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> void \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::clear ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB452\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBconst_reverse_iterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::crbegin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB223\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBconst_reverse_iterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::crend () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB227\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> template \fBiterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::emplace (_Args &&\&.\&.\&. __args)\fC [inline]\fP" .PP Definition at line \fB240\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> template \fBiterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::emplace_hint (\fBconst_iterator\fP __pos, _Args &&\&.\&.\&. __args)\fC [inline]\fP" .PP Definition at line \fB245\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBconst_iterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::end () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB194\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBiterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::end ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB190\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> template::type> \fBstd::pair\fP< \fBiterator\fP, \fBiterator\fP > \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::equal_range (const _Kt & __x)\fC [inline]\fP" .PP Definition at line \fB557\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> template::type> \fBstd::pair\fP< \fBconst_iterator\fP, \fBconst_iterator\fP > \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::equal_range (const _Kt & __x) const\fC [inline]\fP" .PP Definition at line \fB578\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBstd::pair\fP< \fBiterator\fP, \fBiterator\fP > \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::equal_range (const key_type & __x)\fC [inline]\fP" .PP Definition at line \fB544\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBstd::pair\fP< \fBconst_iterator\fP, \fBconst_iterator\fP > \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::equal_range (const key_type & __x) const\fC [inline]\fP" .PP Definition at line \fB565\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> size_type \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::erase (const key_type & __x)\fC [inline]\fP" .PP Definition at line \fB389\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBiterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::erase (\fBconst_iterator\fP __first, \fBconst_iterator\fP __last)\fC [inline]\fP" .PP Definition at line \fB406\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBiterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::erase (\fBconst_iterator\fP __position)\fC [inline]\fP" .PP Definition at line \fB367\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> _GLIBCXX_ABI_TAG_CXX11 \fBiterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::erase (\fBiterator\fP __position)\fC [inline]\fP" .PP Definition at line \fB376\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> node_type \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::extract (const key_type & __key)\fC [inline]\fP" .PP Definition at line \fB343\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> node_type \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::extract (\fBconst_iterator\fP __position)\fC [inline]\fP" .PP Definition at line \fB335\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> template::type> \fBiterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::find (const _Kt & __x)\fC [inline]\fP" .PP Definition at line \fB472\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> template::type> \fBconst_iterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::find (const _Kt & __x) const\fC [inline]\fP" .PP Definition at line \fB485\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBiterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::find (const key_type & __x)\fC [inline]\fP" .PP Definition at line \fB464\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBconst_iterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::find (const key_type & __x) const\fC [inline]\fP" .PP Definition at line \fB477\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> template void \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::insert (_InputIterator __first, _InputIterator __last)\fC [inline]\fP" .PP Definition at line \fB319\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> template::value>::type> \fBiterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::insert (_Pair && __x)\fC [inline]\fP" .PP Definition at line \fB271\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBiterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::insert (const \fBvalue_type\fP & __x)\fC [inline]\fP" .PP Definition at line \fB257\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBiterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::insert (\fBconst_iterator\fP __hint, node_type && __nh)\fC [inline]\fP" .PP Definition at line \fB356\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> template::value>::type> \fBiterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::insert (\fBconst_iterator\fP __position, _Pair && __x)\fC [inline]\fP" .PP Definition at line \fB306\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBiterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::insert (\fBconst_iterator\fP __position, const \fBvalue_type\fP & __x)\fC [inline]\fP" .PP Definition at line \fB283\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBiterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::insert (\fBconst_iterator\fP __position, \fBvalue_type\fP && __x)\fC [inline]\fP" .PP Definition at line \fB296\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBiterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::insert (node_type && __nh)\fC [inline]\fP" .PP Definition at line \fB352\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> void \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::insert (\fBstd::initializer_list\fP< \fBvalue_type\fP > __list)\fC [inline]\fP" .PP Definition at line \fB277\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBiterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::insert (\fBvalue_type\fP && __x)\fC [inline]\fP" .PP Definition at line \fB264\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> template::type> \fBiterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::lower_bound (const _Kt & __x)\fC [inline]\fP" .PP Definition at line \fB500\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> template::type> \fBconst_iterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::lower_bound (const _Kt & __x) const\fC [inline]\fP" .PP Definition at line \fB513\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBiterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::lower_bound (const key_type & __x)\fC [inline]\fP" .PP Definition at line \fB492\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBconst_iterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::lower_bound (const key_type & __x) const\fC [inline]\fP" .PP Definition at line \fB505\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBmultimap\fP & \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::operator= (\fBinitializer_list\fP< \fBvalue_type\fP > __l)\fC [inline]\fP" .PP Definition at line \fB170\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBconst_reverse_iterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::rbegin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB202\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBreverse_iterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::rbegin ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB198\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBconst_reverse_iterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::rend () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB210\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBreverse_iterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::rend ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB206\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> void \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::swap (\fBmultimap\fP< _Key, _Tp, _Compare, _Allocator > & __x)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB444\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> template::type> \fBiterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::upper_bound (const _Kt & __x)\fC [inline]\fP" .PP Definition at line \fB526\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> template::type> \fBconst_iterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::upper_bound (const _Kt & __x) const\fC [inline]\fP" .PP Definition at line \fB539\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBiterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::upper_bound (const key_type & __x)\fC [inline]\fP" .PP Definition at line \fB518\fP of file \fBmultimap\&.h\fP\&. .SS "template, typename _Allocator = std::allocator >> \fBconst_iterator\fP \fBstd::__debug::multimap\fP< _Key, _Tp, _Compare, _Allocator >::upper_bound (const key_type & __x) const\fC [inline]\fP" .PP Definition at line \fB531\fP of file \fBmultimap\&.h\fP\&. .SH "Friends And Related Function Documentation" .PP .SS "template, typename _Allocator = std::allocator >> template friend class \fB::__gnu_debug::_Safe_iterator\fP\fC [friend]\fP" .PP Definition at line \fB60\fP of file \fBmultimap\&.h\fP\&. .SH "Member Data Documentation" .PP .SS "_Safe_iterator_base* __gnu_debug::_Safe_sequence_base::_M_const_iterators\fC [inherited]\fP" .PP The list of constant iterators that reference this container\&. .PP Definition at line \fB197\fP of file \fBsafe_base\&.h\fP\&. .PP Referenced by \fB__gnu_debug::_Safe_sequence< _Sequence >::_M_transfer_from_if()\fP\&. .SS "_Safe_iterator_base* __gnu_debug::_Safe_sequence_base::_M_iterators\fC [inherited]\fP" .PP The list of mutable iterators that reference this container\&. .PP Definition at line \fB194\fP of file \fBsafe_base\&.h\fP\&. .PP Referenced by \fB__gnu_debug::_Safe_sequence< _Sequence >::_M_transfer_from_if()\fP\&. .SS "unsigned int __gnu_debug::_Safe_sequence_base::_M_version\fC [mutable]\fP, \fC [inherited]\fP" .PP The container version number\&. This number may never be 0\&. .PP Definition at line \fB200\fP of file \fBsafe_base\&.h\fP\&. .PP Referenced by \fB__gnu_debug::_Safe_sequence_base::_M_invalidate_all()\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.