#include <set>
Inherits __gnu_debug::_Safe_container<_SafeContainer,_Alloc,_SafeBase,_IsCxx11AllocatorAware>, and
multiset< _Key, std::less< _Key >, std::allocator< _Key > >.
PublicTypestypedef_Allocatorallocator_typetypedef__gnu_debug::_Safe_iterator< _Base_const_iterator, multiset > const_iteratortypedef _Base::const_pointer const_pointertypedef _Base::const_reference const_referencetypedefstd::reverse_iterator< const_iterator > const_reverse_iteratortypedef _Base::difference_type difference_typetypedef__gnu_debug::_Safe_iterator< _Base_iterator, multiset > iteratortypedef _Compare key_comparetypedef_Keykey_typeusingnode_type = typename _Base::node_type
typedef _Base::pointer pointertypedef _Base::reference referencetypedefstd::reverse_iterator< iterator > reverse_iteratortypedef _Base::size_type size_typetypedef _Compare value_comparetypedef_Keyvalue_typePublicMemberFunctionsmultiset (_Base_ref __x)
template<typename_InputIterator > multiset (_InputIterator __first, _InputIterator __last, const
_Compare &__comp=_Compare(), const _Allocator &__a=_Allocator())
template<typename_InputIterator > multiset (_InputIterator __first, _InputIterator __last, const
allocator_type &__a)
multiset (const _Compare &__comp, const _Allocator &__a=_Allocator())
multiset (const allocator_type &__a)
multiset (const multiset &)=defaultmultiset (const multiset &__m, const __type_identity_t< allocator_type > &__a)
multiset (initializer_list< value_type > __l, const _Compare &__comp=_Compare(), const allocator_type
&__a=allocator_type())
multiset (initializer_list< value_type > __l, const allocator_type &__a)
multiset (multiset &&)=defaultmultiset (multiset &&__m, const __type_identity_t< allocator_type > &__a)
noexcept(noexcept(_Base(std::move(__m), __a)))
const _Base & _M_base () const noexcept
_Base & _M_base () noexcept
const_iteratorbegin () const noexcept
iteratorbegin () noexcept
const_iteratorcbegin () const noexcept
const_iteratorcend () const noexcept
voidclear () noexcept
const_reverse_iteratorcrbegin () const noexcept
const_reverse_iteratorcrend () const noexcept
template<typename... _Args> iteratoremplace (_Args &&... __args)
template<typename... _Args> iteratoremplace_hint (const_iterator__pos, _Args &&... __args)
const_iteratorend () const noexcept
iteratorend () noexcept
template<typename_Kt , typename_Req = typename __has_is_transparent<_Compare, _Kt>::type> std::pair<
iterator, iterator > equal_range (const _Kt &__x)
template<typename_Kt , typename_Req = typename __has_is_transparent<_Compare, _Kt>::type> std::pair<
const_iterator, const_iterator > equal_range (const _Kt &__x) const
std::pair< iterator, iterator > equal_range (const key_type &__x)
std::pair< const_iterator, const_iterator > equal_range (const key_type &__x) const
_Base_iteratorerase (_Base_const_iterator__position)
size_type erase (const key_type &__x)
_GLIBCXX_ABI_TAG_CXX11 iteratorerase (const_iterator __first, const_iterator __last)
_GLIBCXX_ABI_TAG_CXX11 iteratorerase (const_iterator__position)
node_type extract (const key_type &__key)
node_type extract (const_iterator__position)
template<typename_Kt , typename_Req = typename __has_is_transparent<_Compare, _Kt>::type> iteratorfind (const _Kt &__x)
template<typename_Kt , typename_Req = typename __has_is_transparent<_Compare, _Kt>::type>
const_iteratorfind (const _Kt &__x) const
iteratorfind (const key_type &__x)
const_iteratorfind (const key_type &__x) const
template<typename_InputIterator > voidinsert (_InputIterator __first, _InputIterator __last)
iteratorinsert (const value_type &__x)
iteratorinsert (const_iterator__hint, node_type &&__nh)
iteratorinsert (const_iterator__position, const value_type &__x)
iteratorinsert (const_iterator__position, value_type &&__x)
voidinsert (initializer_list< value_type > __l)
iteratorinsert (node_type &&__nh)
iteratorinsert (value_type &&__x)
template<typename_Kt , typename_Req = typename __has_is_transparent<_Compare, _Kt>::type> iteratorlower_bound (const _Kt &__x)
template<typename_Kt , typename_Req = typename __has_is_transparent<_Compare, _Kt>::type>
const_iteratorlower_bound (const _Kt &__x) const
iteratorlower_bound (const key_type &__x)
const_iteratorlower_bound (const key_type &__x) const
multiset & operator= (const multiset &)=defaultmultiset & operator= (initializer_list< value_type > __l)
multiset & operator= (multiset &&)=defaultconst_reverse_iteratorrbegin () const noexcept
reverse_iteratorrbegin () noexcept
const_reverse_iteratorrend () const noexcept
reverse_iteratorrend () noexcept
voidswap (multiset &__x) noexcept(/*conditional */)
template<typename_Kt , typename_Req = typename __has_is_transparent<_Compare, _Kt>::type> iteratorupper_bound (const _Kt &__x)
template<typename_Kt , typename_Req = typename __has_is_transparent<_Compare, _Kt>::type>
const_iteratorupper_bound (const _Kt &__x) const
iteratorupper_bound (const key_type &__x)
const_iteratorupper_bound (const key_type &__x) const
ProtectedMemberFunctionsvoid_M_swap (_Safe_container &__x) noexcept
Friends
template<typename_ItT , typename_SeqT , typename_CatT > class::__gnu_debug::_Safe_iterator