.TH "std::__debug::multimap< _Key, _Tp, _Compare, _Allocator >" 3 "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 \fR#include \fP .PP Inherits \fB__gnu_debug::_Safe_container< _SafeContainer, _Alloc, _SafeBase, _IsCxx11AllocatorAware >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef _Allocator \fBallocator_type\fP" .br .ti -1c .RI "typedef \fB__gnu_debug::_Safe_iterator\fP< _Base_const_iterator, multimap > \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< const_iterator > \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< _Base_iterator, multimap > \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" .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< iterator > \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 multimap &)=default" .br .ti -1c .RI "\fBmultimap\fP (const multimap &__m, const __type_identity_t< allocator_type > &__a)" .br .ti -1c .RI "\fBmultimap\fP (\fBinitializer_list\fP< value_type > __l, const _Compare &__c=_Compare(), const allocator_type &__a=allocator_type())" .br .ti -1c .RI "\fBmultimap\fP (\fBinitializer_list\fP< value_type > __l, const allocator_type &__a)" .br .ti -1c .RI "\fBmultimap\fP (multimap &&)=default" .br .ti -1c .RI "\fBmultimap\fP (multimap &&__m, const __type_identity_t< allocator_type > &__a) noexcept(noexcept(_Base(\fBstd::move\fP(__m), __a)))" .br .ti -1c .RI "\fB__attribute\fP ((__abi_tag__('cxx11'))) iterator erase(iterator __position)" .br .ti -1c .RI "const _Base & \fB_M_base\fP () const noexcept" .br .ti -1c .RI "_Base & \fB_M_base\fP () noexcept" .br .ti -1c .RI "const_iterator \fBbegin\fP () const noexcept" .br .ti -1c .RI "iterator \fBbegin\fP () noexcept" .br .ti -1c .RI "const_iterator \fBcbegin\fP () const noexcept" .br .ti -1c .RI "const_iterator \fBcend\fP () const noexcept" .br .ti -1c .RI "void \fBclear\fP () noexcept" .br .ti -1c .RI "const_reverse_iterator \fBcrbegin\fP () const noexcept" .br .ti -1c .RI "const_reverse_iterator \fBcrend\fP () const noexcept" .br .ti -1c .RI "template iterator \fBemplace\fP (_Args &&\&.\&.\&. __args)" .br .ti -1c .RI "template iterator \fBemplace_hint\fP (const_iterator __pos, _Args &&\&.\&.\&. __args)" .br .ti -1c .RI "const_iterator \fBend\fP () const noexcept" .br .ti -1c .RI "iterator \fBend\fP () noexcept" .br .ti -1c .RI "template::type> \fBstd::pair\fP< iterator, iterator > \fBequal_range\fP (const _Kt &__x)" .br .ti -1c .RI "template::type> \fBstd::pair\fP< const_iterator, const_iterator > \fBequal_range\fP (const _Kt &__x) const" .br .ti -1c .RI "\fBstd::pair\fP< iterator, iterator > \fBequal_range\fP (const key_type &__x)" .br .ti -1c .RI "\fBstd::pair\fP< const_iterator, const_iterator > \fBequal_range\fP (const key_type &__x) const" .br .ti -1c .RI "_Base_iterator \fBerase\fP (_Base_const_iterator __position)" .br .ti -1c .RI "size_type \fBerase\fP (const key_type &__x)" .br .ti -1c .RI "iterator \fBerase\fP (const_iterator __first, const_iterator __last)" .br .ti -1c .RI "iterator \fBerase\fP (const_iterator __position)" .br .ti -1c .RI "node_type \fBextract\fP (const key_type &__key)" .br .ti -1c .RI "node_type \fBextract\fP (const_iterator __position)" .br .ti -1c .RI "template::type> iterator \fBfind\fP (const _Kt &__x)" .br .ti -1c .RI "template::type> const_iterator \fBfind\fP (const _Kt &__x) const" .br .ti -1c .RI "iterator \fBfind\fP (const key_type &__x)" .br .ti -1c .RI "const_iterator \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> iterator \fBinsert\fP (_Pair &&__x)" .br .ti -1c .RI "iterator \fBinsert\fP (const value_type &__x)" .br .ti -1c .RI "iterator \fBinsert\fP (const_iterator __hint, node_type &&__nh)" .br .ti -1c .RI "template::value>::type> iterator \fBinsert\fP (const_iterator __position, _Pair &&__x)" .br .ti -1c .RI "iterator \fBinsert\fP (const_iterator __position, const value_type &__x)" .br .ti -1c .RI "iterator \fBinsert\fP (const_iterator __position, value_type &&__x)" .br .ti -1c .RI "iterator \fBinsert\fP (node_type &&__nh)" .br .ti -1c .RI "void \fBinsert\fP (\fBstd::initializer_list\fP< value_type > __list)" .br .ti -1c .RI "iterator \fBinsert\fP (value_type &&__x)" .br .ti -1c .RI "template::type> iterator \fBlower_bound\fP (const _Kt &__x)" .br .ti -1c .RI "template::type> const_iterator \fBlower_bound\fP (const _Kt &__x) const" .br .ti -1c .RI "iterator \fBlower_bound\fP (const key_type &__x)" .br .ti -1c .RI "const_iterator \fBlower_bound\fP (const key_type &__x) const" .br .ti -1c .RI "multimap & \fBoperator=\fP (const multimap &)=default" .br .ti -1c .RI "multimap & \fBoperator=\fP (\fBinitializer_list\fP< value_type > __l)" .br .ti -1c .RI "multimap & \fBoperator=\fP (multimap &&)=default" .br .ti -1c .RI "const_reverse_iterator \fBrbegin\fP () const noexcept" .br .ti -1c .RI "reverse_iterator \fBrbegin\fP () noexcept" .br .ti -1c .RI "const_reverse_iterator \fBrend\fP () const noexcept" .br .ti -1c .RI "reverse_iterator \fBrend\fP () noexcept" .br .ti -1c .RI "void \fBswap\fP (multimap &__x) noexcept(/*\fBconditional\fP */)" .br .ti -1c .RI "template::type> iterator \fBupper_bound\fP (const _Kt &__x)" .br .ti -1c .RI "template::type> const_iterator \fBupper_bound\fP (const _Kt &__x) const" .br .ti -1c .RI "iterator \fBupper_bound\fP (const key_type &__x)" .br .ti -1c .RI "const_iterator \fBupper_bound\fP (const key_type &__x) const" .br .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "constexpr void \fB_M_swap\fP (_Safe_container &__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\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.