#include <set>
Inherits __gnu_debug::_Safe_container<_SafeContainer,_Alloc,_SafeBase,_IsCxx11AllocatorAware>, and
set< _Key, std::less< _Key >, std::allocator< _Key > >.
PublicTypestypedef_Allocatorallocator_typetypedef__gnu_debug::_Safe_iterator< _Base_const_iterator, set > const_iteratortypedef _Base::const_pointer const_pointertypedef _Base::const_reference const_referencetypedefstd::reverse_iterator< const_iterator > const_reverse_iteratortypedef _Base::difference_type difference_typeusinginsert_return_type = _Node_insert_return< iterator, node_type >
typedef__gnu_debug::_Safe_iterator< _Base_iterator, set > 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_typePublicMemberFunctionsset (_Base_ref __x)
template<typename_InputIterator > set (_InputIterator __first, _InputIterator __last, const _Compare
&__comp=_Compare(), const _Allocator &__a=_Allocator())
template<typename_InputIterator > set (_InputIterator __first, _InputIterator __last, const
allocator_type &__a)
set (const _Compare &__comp, const _Allocator &__a=_Allocator())
set (const allocator_type &__a)
set (const set &)=defaultset (const set &__x, const __type_identity_t< allocator_type > &__a)
set (initializer_list< value_type > __l, const _Compare &__comp=_Compare(), const allocator_type
&__a=allocator_type())
set (initializer_list< value_type > __l, const allocator_type &__a)
set (set &&)=defaultset (set &&__x, const __type_identity_t< allocator_type > &__a) noexcept(noexcept(_Base(std::move(__x),
__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> std::pair< iterator, bool > emplace (_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)
std::pair< iterator, bool > insert (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)
insert_return_typeinsert (node_type &&__nh)
std::pair< iterator, bool > insert (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
set & operator= (const set &)=defaultset & operator= (initializer_list< value_type > __l)
set & operator= (set &&)=defaultconst_reverse_iteratorrbegin () const noexcept
reverse_iteratorrbegin () noexcept
const_reverse_iteratorrend () const noexcept
reverse_iteratorrend () noexcept
voidswap (set &__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