.TH "__gnu_cxx::rb_tree< _Key, _Value, _KeyOfValue, _Compare, _Alloc >" 3cxx "Sun Jan 8 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_cxx::rb_tree< _Key, _Value, _KeyOfValue, _Compare, _Alloc > .SH SYNOPSIS .br .PP .PP Inherits std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >\&. .SS "Public Types" .in +1c .ti -1c .RI "template using \fB__same_value_type\fP = is_same< value_type, typename iterator_traits< _Iter >::value_type >" .br .ti -1c .RI "typedef std::_Rb_tree< _Key, _Value, _KeyOfValue, _Compare, _Alloc > \fB_Base\fP" .br .ti -1c .RI "template using \fB_Compatible_tree\fP = _Rb_tree< _Key, _Val, _KeyOfValue, _Compare2, _Alloc >" .br .ti -1c .RI "typedef _Base::allocator_type \fBallocator_type\fP" .br .ti -1c .RI "typedef _Rb_tree_const_iterator< value_type > \fBconst_iterator\fP" .br .ti -1c .RI "typedef const value_type * \fBconst_pointer\fP" .br .ti -1c .RI "typedef const value_type & \fBconst_reference\fP" .br .ti -1c .RI "typedef \fBstd::reverse_iterator\fP< const_iterator > \fBconst_reverse_iterator\fP" .br .ti -1c .RI "typedef ptrdiff_t \fBdifference_type\fP" .br .ti -1c .RI "using \fBinsert_return_type\fP = _Node_insert_return< __conditional_t< is_same_v< _Key, _Val >, const_iterator, iterator >, \fBnode_type\fP >" .br .ti -1c .RI "typedef _Rb_tree_iterator< value_type > \fBiterator\fP" .br .ti -1c .RI "typedef _Key \fBkey_type\fP" .br .ti -1c .RI "using \fBnode_type\fP = _Node_handle< _Key, _Val, _Node_allocator >" .br .ti -1c .RI "typedef value_type * \fBpointer\fP" .br .ti -1c .RI "typedef value_type & \fBreference\fP" .br .ti -1c .RI "typedef \fBstd::reverse_iterator\fP< iterator > \fBreverse_iterator\fP" .br .ti -1c .RI "typedef size_t \fBsize_type\fP" .br .ti -1c .RI "typedef _Val \fBvalue_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBrb_tree\fP (const _Compare &__comp=_Compare(), const allocator_type &__a=allocator_type())" .br .ti -1c .RI "bool \fB__rb_verify\fP () const" .br .ti -1c .RI "template void \fB_M_assign_equal\fP (_Iterator, _Iterator)" .br .ti -1c .RI "template void \fB_M_assign_unique\fP (_Iterator, _Iterator)" .br .ti -1c .RI "template> size_type \fB_M_count_tr\fP (const _Kt &__k) const" .br .ti -1c .RI "template iterator \fB_M_emplace_equal\fP (_Args &&\&.\&.\&. __args)" .br .ti -1c .RI "template auto \fB_M_emplace_equal\fP (_Args &&\&.\&.\&. __args) \-> iterator" .br .ti -1c .RI "template iterator \fB_M_emplace_hint_equal\fP (const_iterator __pos, _Args &&\&.\&.\&. __args)" .br .ti -1c .RI "template auto \fB_M_emplace_hint_equal\fP (const_iterator __pos, _Args &&\&.\&.\&. __args) \-> iterator" .br .ti -1c .RI "template iterator \fB_M_emplace_hint_unique\fP (const_iterator __pos, _Args &&\&.\&.\&. __args)" .br .ti -1c .RI "template auto \fB_M_emplace_hint_unique\fP (const_iterator __pos, _Args &&\&.\&.\&. __args) \-> iterator" .br .ti -1c .RI "template \fBpair\fP< iterator, bool > \fB_M_emplace_unique\fP (_Args &&\&.\&.\&. __args)" .br .ti -1c .RI "template auto \fB_M_emplace_unique\fP (_Args &&\&.\&.\&. __args) \-> \fBpair\fP< iterator, bool >" .br .ti -1c .RI "template> \fBpair\fP< iterator, iterator > \fB_M_equal_range_tr\fP (const _Kt &__k)" .br .ti -1c .RI "template> \fBpair\fP< const_iterator, const_iterator > \fB_M_equal_range_tr\fP (const _Kt &__k) const" .br .ti -1c .RI "template> iterator \fB_M_find_tr\fP (const _Kt &__k)" .br .ti -1c .RI "template> const_iterator \fB_M_find_tr\fP (const _Kt &__k) const" .br .ti -1c .RI "\fBpair\fP< _Base_ptr, _Base_ptr > \fB_M_get_insert_equal_pos\fP (const key_type &__k)" .br .ti -1c .RI "\fBpair\fP< _Base_ptr, _Base_ptr > \fB_M_get_insert_hint_equal_pos\fP (const_iterator __pos, const key_type &__k)" .br .ti -1c .RI "\fBpair\fP< _Base_ptr, _Base_ptr > \fB_M_get_insert_hint_unique_pos\fP (const_iterator __pos, const key_type &__k)" .br .ti -1c .RI "\fBpair\fP< _Base_ptr, _Base_ptr > \fB_M_get_insert_unique_pos\fP (const key_type &__k)" .br .ti -1c .RI "const _Node_allocator & \fB_M_get_Node_allocator\fP () const noexcept" .br .ti -1c .RI "_Node_allocator & \fB_M_get_Node_allocator\fP () noexcept" .br .ti -1c .RI "template iterator \fB_M_insert_equal\fP (_Arg &&__x)" .br .ti -1c .RI "template iterator \fB_M_insert_equal_\fP (const_iterator __pos, _Arg &&__x)" .br .ti -1c .RI "template iterator \fB_M_insert_equal_\fP (const_iterator __pos, _Arg &&__x, _NodeGen &)" .br .ti -1c .RI "template __enable_if_t< \fB__same_value_type\fP< _InputIterator >::value > \fB_M_insert_range_equal\fP (_InputIterator __first, _InputIterator __last)" .br .ti -1c .RI "template __enable_if_t::value > \fB_M_insert_range_equal\fP (_InputIterator __first, _InputIterator __last)" .br .ti -1c .RI "template __enable_if_t< \fB__same_value_type\fP< _InputIterator >::value > \fB_M_insert_range_unique\fP (_InputIterator __first, _InputIterator __last)" .br .ti -1c .RI "template __enable_if_t::value > \fB_M_insert_range_unique\fP (_InputIterator __first, _InputIterator __last)" .br .ti -1c .RI "template \fBpair\fP< typename _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::iterator, bool > \fB_M_insert_unique\fP (_Arg &&__v)" .br .ti -1c .RI "template \fBpair\fP< iterator, bool > \fB_M_insert_unique\fP (_Arg &&__x)" .br .ti -1c .RI "template iterator \fB_M_insert_unique_\fP (const_iterator __pos, _Arg &&__x)" .br .ti -1c .RI "template iterator \fB_M_insert_unique_\fP (const_iterator __pos, _Arg &&__x, _NodeGen &)" .br .ti -1c .RI "template> iterator \fB_M_lower_bound_tr\fP (const _Kt &__k)" .br .ti -1c .RI "template> const_iterator \fB_M_lower_bound_tr\fP (const _Kt &__k) const" .br .ti -1c .RI "template void \fB_M_merge_equal\fP (_Compatible_tree< _Compare2 > &__src) noexcept" .br .RI "Merge from a compatible container into one with equivalent keys\&. " .ti -1c .RI "template void \fB_M_merge_unique\fP (_Compatible_tree< _Compare2 > &__src) noexcept" .br .RI "Merge from a compatible container into one with unique keys\&. " .ti -1c .RI "iterator \fB_M_reinsert_node_equal\fP (\fBnode_type\fP &&__nh)" .br .RI "Re-insert an extracted node\&. " .ti -1c .RI "iterator \fB_M_reinsert_node_hint_equal\fP (const_iterator __hint, \fBnode_type\fP &&__nh)" .br .RI "Re-insert an extracted node\&. " .ti -1c .RI "iterator \fB_M_reinsert_node_hint_unique\fP (const_iterator __hint, \fBnode_type\fP &&__nh)" .br .RI "Re-insert an extracted node\&. " .ti -1c .RI "\fBinsert_return_type\fP \fB_M_reinsert_node_unique\fP (\fBnode_type\fP &&__nh)" .br .RI "Re-insert an extracted node\&. " .ti -1c .RI "template> iterator \fB_M_upper_bound_tr\fP (const _Kt &__k)" .br .ti -1c .RI "template> const_iterator \fB_M_upper_bound_tr\fP (const _Kt &__k) const" .br .ti -1c .RI "const_iterator \fBbegin\fP () const noexcept" .br .ti -1c .RI "iterator \fBbegin\fP () noexcept" .br .ti -1c .RI "void \fBclear\fP () noexcept" .br .ti -1c .RI "size_type \fBcount\fP (const key_type &__k) const" .br .ti -1c .RI "bool \fBempty\fP () const noexcept" .br .ti -1c .RI "const_iterator \fBend\fP () const noexcept" .br .ti -1c .RI "iterator \fBend\fP () noexcept" .br .ti -1c .RI "\fBpair\fP< iterator, iterator > \fBequal_range\fP (const key_type &__k)" .br .ti -1c .RI "\fBpair\fP< const_iterator, const_iterator > \fBequal_range\fP (const key_type &__k) const" .br .ti -1c .RI "size_type \fBerase\fP (const key_type &__x)" .br .ti -1c .RI "_GLIBCXX_ABI_TAG_CXX11 iterator \fBerase\fP (const_iterator __first, const_iterator __last)" .br .ti -1c .RI "_GLIBCXX_ABI_TAG_CXX11 iterator \fBerase\fP (const_iterator __position)" .br .ti -1c .RI "_GLIBCXX_ABI_TAG_CXX11 iterator \fBerase\fP (iterator __position)" .br .ti -1c .RI "\fBnode_type\fP \fBextract\fP (const key_type &__k)" .br .RI "Extract a node\&. " .ti -1c .RI "\fBnode_type\fP \fBextract\fP (const_iterator __pos)" .br .RI "Extract a node\&. " .ti -1c .RI "iterator \fBfind\fP (const key_type &__k)" .br .ti -1c .RI "const_iterator \fBfind\fP (const key_type &__k) const" .br .ti -1c .RI "allocator_type \fBget_allocator\fP () const noexcept" .br .ti -1c .RI "_Compare \fBkey_comp\fP () const" .br .ti -1c .RI "iterator \fBlower_bound\fP (const key_type &__k)" .br .ti -1c .RI "const_iterator \fBlower_bound\fP (const key_type &__k) const" .br .ti -1c .RI "size_type \fBmax_size\fP () const noexcept" .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 "size_type \fBsize\fP () const noexcept" .br .ti -1c .RI "void \fBswap\fP (_Rb_tree &__t) noexcept(/*conditional */)" .br .ti -1c .RI "iterator \fBupper_bound\fP (const key_type &__k)" .br .ti -1c .RI "const_iterator \fBupper_bound\fP (const key_type &__k) const" .br .in -1c .SS "Protected Types" .in +1c .ti -1c .RI "typedef _Rb_tree_node_base * \fB_Base_ptr\fP" .br .ti -1c .RI "typedef const _Rb_tree_node_base * \fB_Const_Base_ptr\fP" .br .ti -1c .RI "typedef const _Rb_tree_node< _Val > * \fB_Const_Link_type\fP" .br .ti -1c .RI "typedef _Rb_tree_node< _Val > * \fB_Link_type\fP" .br .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "_Const_Link_type \fB_M_begin\fP () const noexcept" .br .ti -1c .RI "_Link_type \fB_M_begin\fP () noexcept" .br .ti -1c .RI "template _Link_type \fB_M_clone_node\fP (_Link_type __x, _NodeGen &__node_gen)" .br .ti -1c .RI "template void \fB_M_construct_node\fP (_Link_type __node, _Args &&\&.\&.\&. __args)" .br .ti -1c .RI "template _Link_type \fB_M_create_node\fP (_Args &&\&.\&.\&. __args)" .br .ti -1c .RI "void \fB_M_destroy_node\fP (_Link_type __p) noexcept" .br .ti -1c .RI "void \fB_M_drop_node\fP (_Link_type __p) noexcept" .br .ti -1c .RI "_Const_Base_ptr \fB_M_end\fP () const noexcept" .br .ti -1c .RI "_Base_ptr \fB_M_end\fP () noexcept" .br .ti -1c .RI "_Link_type \fB_M_get_node\fP ()" .br .ti -1c .RI "_Const_Base_ptr \fB_M_leftmost\fP () const noexcept" .br .ti -1c .RI "_Base_ptr & \fB_M_leftmost\fP () noexcept" .br .ti -1c .RI "_Link_type \fB_M_mbegin\fP () const noexcept" .br .ti -1c .RI "void \fB_M_put_node\fP (_Link_type __p) noexcept" .br .ti -1c .RI "_Const_Base_ptr \fB_M_rightmost\fP () const noexcept" .br .ti -1c .RI "_Base_ptr & \fB_M_rightmost\fP () noexcept" .br .ti -1c .RI "_Const_Base_ptr \fB_M_root\fP () const noexcept" .br .ti -1c .RI "_Base_ptr & \fB_M_root\fP () noexcept" .br .in -1c .SS "Static Protected Member Functions" .in +1c .ti -1c .RI "static const _Key & \fB_S_key\fP (_Const_Base_ptr __x)" .br .ti -1c .RI "static const _Key & \fB_S_key\fP (_Const_Link_type __x)" .br .ti -1c .RI "static _Link_type \fB_S_left\fP (_Base_ptr __x) noexcept" .br .ti -1c .RI "static _Const_Link_type \fB_S_left\fP (_Const_Base_ptr __x) noexcept" .br .ti -1c .RI "static _Base_ptr \fB_S_maximum\fP (_Base_ptr __x) noexcept" .br .ti -1c .RI "static _Const_Base_ptr \fB_S_maximum\fP (_Const_Base_ptr __x) noexcept" .br .ti -1c .RI "static _Base_ptr \fB_S_minimum\fP (_Base_ptr __x) noexcept" .br .ti -1c .RI "static _Const_Base_ptr \fB_S_minimum\fP (_Const_Base_ptr __x) noexcept" .br .ti -1c .RI "static _Link_type \fB_S_right\fP (_Base_ptr __x) noexcept" .br .ti -1c .RI "static _Const_Link_type \fB_S_right\fP (_Const_Base_ptr __x) noexcept" .br .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "_Rb_tree_impl< _Compare > \fB_M_impl\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template> .br struct __gnu_cxx::rb_tree< _Key, _Value, _KeyOfValue, _Compare, _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 \fB77\fP of file \fBrb_tree\fP\&. .SH "Member Typedef Documentation" .PP .SS "template> template using std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::__same_value_type = is_same::value_type>\fC [inherited]\fP" .PP Definition at line \fB1093\fP of file \fBstl_tree\&.h\fP\&. .SS "template> typedef std::_Rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc> \fB__gnu_cxx::rb_tree\fP< _Key, _Value, _KeyOfValue, _Compare, _Alloc >::_Base" .PP Definition at line \fB80\fP of file \fBrb_tree\fP\&. .SS "template> typedef _Rb_tree_node_base* std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_Base_ptr\fC [protected]\fP, \fC [inherited]\fP" .PP Definition at line \fB433\fP of file \fBstl_tree\&.h\fP\&. .SS "template> template using std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_Compatible_tree = _Rb_tree<_Key, _Val, _KeyOfValue, _Compare2, _Alloc>\fC [inherited]\fP" .PP Definition at line \fB1552\fP of file \fBstl_tree\&.h\fP\&. .SS "template> typedef const _Rb_tree_node_base* std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_Const_Base_ptr\fC [protected]\fP, \fC [inherited]\fP" .PP Definition at line \fB434\fP of file \fBstl_tree\&.h\fP\&. .SS "template> typedef const _Rb_tree_node<_Val>* std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_Const_Link_type\fC [protected]\fP, \fC [inherited]\fP" .PP Definition at line \fB436\fP of file \fBstl_tree\&.h\fP\&. .SS "template> typedef _Rb_tree_node<_Val>* std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_Link_type\fC [protected]\fP, \fC [inherited]\fP" .PP Definition at line \fB435\fP of file \fBstl_tree\&.h\fP\&. .SS "template> typedef _Base::allocator_type \fB__gnu_cxx::rb_tree\fP< _Key, _Value, _KeyOfValue, _Compare, _Alloc >::allocator_type" .PP Definition at line \fB81\fP of file \fBrb_tree\fP\&. .SS "template> typedef _Rb_tree_const_iterator std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::const_iterator\fC [inherited]\fP" .PP Definition at line \fB816\fP of file \fBstl_tree\&.h\fP\&. .SS "template> typedef const value_type* std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::const_pointer\fC [inherited]\fP" .PP Definition at line \fB539\fP of file \fBstl_tree\&.h\fP\&. .SS "template> typedef const value_type& std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::const_reference\fC [inherited]\fP" .PP Definition at line \fB541\fP of file \fBstl_tree\&.h\fP\&. .SS "template> typedef \fBstd::reverse_iterator\fP std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::const_reverse_iterator\fC [inherited]\fP" .PP Definition at line \fB819\fP of file \fBstl_tree\&.h\fP\&. .SS "template> typedef ptrdiff_t std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::difference_type\fC [inherited]\fP" .PP Definition at line \fB543\fP of file \fBstl_tree\&.h\fP\&. .SS "template> using std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::insert_return_type = _Node_insert_return< __conditional_t, const_iterator, iterator>, \fBnode_type\fP>\fC [inherited]\fP" .PP Definition at line \fB823\fP of file \fBstl_tree\&.h\fP\&. .SS "template> typedef _Rb_tree_iterator std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::iterator\fC [inherited]\fP" .PP Definition at line \fB815\fP of file \fBstl_tree\&.h\fP\&. .SS "template> typedef _Key std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::key_type\fC [inherited]\fP" .PP Definition at line \fB536\fP of file \fBstl_tree\&.h\fP\&. .SS "template> using std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::node_type = _Node_handle<_Key, _Val, _Node_allocator>\fC [inherited]\fP" .PP Definition at line \fB822\fP of file \fBstl_tree\&.h\fP\&. .SS "template> typedef value_type* std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::pointer\fC [inherited]\fP" .PP Definition at line \fB538\fP of file \fBstl_tree\&.h\fP\&. .SS "template> typedef value_type& std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::reference\fC [inherited]\fP" .PP Definition at line \fB540\fP of file \fBstl_tree\&.h\fP\&. .SS "template> typedef \fBstd::reverse_iterator\fP std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::reverse_iterator\fC [inherited]\fP" .PP Definition at line \fB818\fP of file \fBstl_tree\&.h\fP\&. .SS "template> typedef size_t std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::size_type\fC [inherited]\fP" .PP Definition at line \fB542\fP of file \fBstl_tree\&.h\fP\&. .SS "template> typedef _Val std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::value_type\fC [inherited]\fP" .PP Definition at line \fB537\fP of file \fBstl_tree\&.h\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template> \fB__gnu_cxx::rb_tree\fP< _Key, _Value, _KeyOfValue, _Compare, _Alloc >::rb_tree (const _Compare & __comp = \fC_Compare()\fP, const allocator_type & __a = \fCallocator_type()\fP)\fC [inline]\fP" .PP Definition at line \fB83\fP of file \fBrb_tree\fP\&. .SS "template> \fB__gnu_cxx::rb_tree\fP< _Key, _Value, _KeyOfValue, _Compare, _Alloc >::~\fBrb_tree\fP ()\fC [inline]\fP" .PP Definition at line \fB87\fP of file \fBrb_tree\fP\&. .SH "Member Function Documentation" .PP .SS "template bool std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::__rb_verify\fC [inherited]\fP" .PP Definition at line \fB2568\fP of file \fBstl_tree\&.h\fP\&. .SS "template template void std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_assign_equal (_Iterator __first, _Iterator __last)\fC [inherited]\fP" .PP Definition at line \fB1764\fP of file \fBstl_tree\&.h\fP\&. .SS "template template void std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_assign_unique (_Iterator __first, _Iterator __last)\fC [inherited]\fP" .PP Definition at line \fB1751\fP of file \fBstl_tree\&.h\fP\&. .SS "template> _Const_Link_type std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_begin () const\fC [inline]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB742\fP of file \fBstl_tree\&.h\fP\&. .SS "template> _Link_type std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_begin ()\fC [inline]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB738\fP of file \fBstl_tree\&.h\fP\&. .SS "template> template _Link_type std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_clone_node (_Link_type __x, _NodeGen & __node_gen)\fC [inline]\fP, \fC [protected]\fP, \fC [inherited]\fP" .PP Definition at line \fB637\fP of file \fBstl_tree\&.h\fP\&. .SS "template> template void std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_construct_node (_Link_type __node, _Args &&\&.\&.\&. __args)\fC [inline]\fP, \fC [protected]\fP, \fC [inherited]\fP" .PP Definition at line \fB590\fP of file \fBstl_tree\&.h\fP\&. .SS "template> template> size_type std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_count_tr (const _Kt & __k) const\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB1314\fP of file \fBstl_tree\&.h\fP\&. .SS "template> template _Link_type std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_create_node (_Args &&\&.\&.\&. __args)\fC [inline]\fP, \fC [protected]\fP, \fC [inherited]\fP" .PP Definition at line \fB609\fP of file \fBstl_tree\&.h\fP\&. .SS "template> void std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_destroy_node (_Link_type __p)\fC [inline]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB618\fP of file \fBstl_tree\&.h\fP\&. .SS "template> void std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_drop_node (_Link_type __p)\fC [inline]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB629\fP of file \fBstl_tree\&.h\fP\&. .SS "template> template auto std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_emplace_equal (_Args &&\&.\&.\&. __args) \-> iterator \fC [inherited]\fP" .PP Definition at line \fB2444\fP of file \fBstl_tree\&.h\fP\&. .SS "template> template auto std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_emplace_hint_equal (const_iterator __pos, _Args &&\&.\&.\&. __args) \-> iterator \fC [inherited]\fP" .PP Definition at line \fB2472\fP of file \fBstl_tree\&.h\fP\&. .SS "template> template auto std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_emplace_hint_unique (const_iterator __pos, _Args &&\&.\&.\&. __args) \-> iterator \fC [inherited]\fP" .PP Definition at line \fB2457\fP of file \fBstl_tree\&.h\fP\&. .SS "template> template auto std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_emplace_unique (_Args &&\&.\&.\&. __args) \-> \fBpair\fP \fC [inherited]\fP" .PP Definition at line \fB2429\fP of file \fBstl_tree\&.h\fP\&. .SS "template> _Const_Base_ptr std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_end () const\fC [inline]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB753\fP of file \fBstl_tree\&.h\fP\&. .SS "template> _Base_ptr std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_end ()\fC [inline]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB749\fP of file \fBstl_tree\&.h\fP\&. .SS "template> template> \fBpair\fP< iterator, iterator > std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_equal_range_tr (const _Kt & __k)\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB1377\fP of file \fBstl_tree\&.h\fP\&. .SS "template> template> \fBpair\fP< const_iterator, const_iterator > std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_equal_range_tr (const _Kt & __k) const\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB1387\fP of file \fBstl_tree\&.h\fP\&. .SS "template> template> iterator std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_find_tr (const _Kt & __k)\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB1294\fP of file \fBstl_tree\&.h\fP\&. .SS "template> template> const_iterator std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_find_tr (const _Kt & __k) const\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB1303\fP of file \fBstl_tree\&.h\fP\&. .SS "template \fBpair\fP< typename _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_Base_ptr, typename _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_Base_ptr > std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_get_insert_equal_pos (const key_type & __k)\fC [inherited]\fP" .PP Definition at line \fB2139\fP of file \fBstl_tree\&.h\fP\&. .SS "template \fBpair\fP< typename _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_Base_ptr, typename _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_Base_ptr > std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_get_insert_hint_equal_pos (const_iterator __pos, const key_type & __k)\fC [inherited]\fP" .PP Definition at line \fB2295\fP of file \fBstl_tree\&.h\fP\&. .SS "template \fBpair\fP< typename _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_Base_ptr, typename _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_Base_ptr > std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_get_insert_hint_unique_pos (const_iterator __pos, const key_type & __k)\fC [inherited]\fP" .PP Definition at line \fB2209\fP of file \fBstl_tree\&.h\fP\&. .SS "template \fBpair\fP< typename _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_Base_ptr, typename _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_Base_ptr > std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_get_insert_unique_pos (const key_type & __k)\fC [inherited]\fP" .PP Definition at line \fB2107\fP of file \fBstl_tree\&.h\fP\&. .SS "template> _Link_type std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_get_node ()\fC [inline]\fP, \fC [protected]\fP, \fC [inherited]\fP" .PP Definition at line \fB560\fP of file \fBstl_tree\&.h\fP\&. .SS "template> const _Node_allocator & std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_get_Node_allocator () const\fC [inline]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB551\fP of file \fBstl_tree\&.h\fP\&. .SS "template> _Node_allocator & std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_get_Node_allocator ()\fC [inline]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB547\fP of file \fBstl_tree\&.h\fP\&. .SS "template template _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::iterator std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_insert_equal (_Arg && __x)\fC [inherited]\fP" .PP Definition at line \fB2189\fP of file \fBstl_tree\&.h\fP\&. .SS "template> template iterator std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_insert_equal_ (const_iterator __pos, _Arg && __x)\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB1070\fP of file \fBstl_tree\&.h\fP\&. .SS "template template _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::iterator std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_insert_equal_ (const_iterator __pos, _Arg && __x, _NodeGen & __node_gen)\fC [inherited]\fP" .PP Definition at line \fB2352\fP of file \fBstl_tree\&.h\fP\&. .SS "template> template __enable_if_t< \fB__same_value_type\fP< _InputIterator >::value > std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_insert_range_equal (_InputIterator __first, _InputIterator __last)\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB1115\fP of file \fBstl_tree\&.h\fP\&. .SS "template> template __enable_if_t::value > std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_insert_range_equal (_InputIterator __first, _InputIterator __last)\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB1124\fP of file \fBstl_tree\&.h\fP\&. .SS "template> template __enable_if_t< \fB__same_value_type\fP< _InputIterator >::value > std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_insert_range_unique (_InputIterator __first, _InputIterator __last)\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB1098\fP of file \fBstl_tree\&.h\fP\&. .SS "template> template __enable_if_t::value > std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_insert_range_unique (_InputIterator __first, _InputIterator __last)\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB1107\fP of file \fBstl_tree\&.h\fP\&. .SS "template> template \fBpair\fP< typename _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::iterator, bool > std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_insert_unique (_Arg && __v)\fC [inherited]\fP" .PP Definition at line \fB2161\fP of file \fBstl_tree\&.h\fP\&. .SS "template> template iterator std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_insert_unique_ (const_iterator __pos, _Arg && __x)\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB1058\fP of file \fBstl_tree\&.h\fP\&. .SS "template template _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::iterator std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_insert_unique_ (const_iterator __pos, _Arg && __x, _NodeGen & __node_gen)\fC [inherited]\fP" .PP Definition at line \fB2270\fP of file \fBstl_tree\&.h\fP\&. .SS "template> _Const_Base_ptr std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_leftmost () const\fC [inline]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB722\fP of file \fBstl_tree\&.h\fP\&. .SS "template> _Base_ptr & std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_leftmost ()\fC [inline]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB718\fP of file \fBstl_tree\&.h\fP\&. .SS "template> template> iterator std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_lower_bound_tr (const _Kt & __k)\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB1323\fP of file \fBstl_tree\&.h\fP\&. .SS "template> template> const_iterator std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_lower_bound_tr (const _Kt & __k) const\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB1332\fP of file \fBstl_tree\&.h\fP\&. .SS "template> _Link_type std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_mbegin () const\fC [inline]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB734\fP of file \fBstl_tree\&.h\fP\&. .SS "template> template void std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_merge_equal (_Compatible_tree< _Compare2 > & __src)\fC [inline]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Merge from a compatible container into one with equivalent keys\&. .PP Definition at line \fB1583\fP of file \fBstl_tree\&.h\fP\&. .SS "template> template void std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_merge_unique (_Compatible_tree< _Compare2 > & __src)\fC [inline]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Merge from a compatible container into one with unique keys\&. .PP Definition at line \fB1561\fP of file \fBstl_tree\&.h\fP\&. .SS "template> void std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_put_node (_Link_type __p)\fC [inline]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB564\fP of file \fBstl_tree\&.h\fP\&. .SS "template> iterator std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_reinsert_node_equal (\fBnode_type\fP && __nh)\fC [inline]\fP, \fC [inherited]\fP" .PP Re-insert an extracted node\&. .PP Definition at line \fB1470\fP of file \fBstl_tree\&.h\fP\&. .SS "template> iterator std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_reinsert_node_hint_equal (const_iterator __hint, \fBnode_type\fP && __nh)\fC [inline]\fP, \fC [inherited]\fP" .PP Re-insert an extracted node\&. .PP Definition at line \fB1512\fP of file \fBstl_tree\&.h\fP\&. .SS "template> iterator std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_reinsert_node_hint_unique (const_iterator __hint, \fBnode_type\fP && __nh)\fC [inline]\fP, \fC [inherited]\fP" .PP Re-insert an extracted node\&. .PP Definition at line \fB1490\fP of file \fBstl_tree\&.h\fP\&. .SS "template> \fBinsert_return_type\fP std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_reinsert_node_unique (\fBnode_type\fP && __nh)\fC [inline]\fP, \fC [inherited]\fP" .PP Re-insert an extracted node\&. .PP Definition at line \fB1441\fP of file \fBstl_tree\&.h\fP\&. .SS "template> _Const_Base_ptr std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_rightmost () const\fC [inline]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB730\fP of file \fBstl_tree\&.h\fP\&. .SS "template> _Base_ptr & std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_rightmost ()\fC [inline]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB726\fP of file \fBstl_tree\&.h\fP\&. .SS "template> _Const_Base_ptr std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_root () const\fC [inline]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB714\fP of file \fBstl_tree\&.h\fP\&. .SS "template> _Base_ptr & std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_root ()\fC [inline]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB710\fP of file \fBstl_tree\&.h\fP\&. .SS "template> template> iterator std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_upper_bound_tr (const _Kt & __k)\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB1350\fP of file \fBstl_tree\&.h\fP\&. .SS "template> template> const_iterator std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_upper_bound_tr (const _Kt & __k) const\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB1359\fP of file \fBstl_tree\&.h\fP\&. .SS "template> static const _Key & std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_S_key (_Const_Base_ptr __x)\fC [inline]\fP, \fC [static]\fP, \fC [protected]\fP, \fC [inherited]\fP" .PP Definition at line \fB795\fP of file \fBstl_tree\&.h\fP\&. .SS "template> static const _Key & std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_S_key (_Const_Link_type __x)\fC [inline]\fP, \fC [static]\fP, \fC [protected]\fP, \fC [inherited]\fP" .PP Definition at line \fB757\fP of file \fBstl_tree\&.h\fP\&. .SS "template> static _Link_type std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_S_left (_Base_ptr __x)\fC [inline]\fP, \fC [static]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB779\fP of file \fBstl_tree\&.h\fP\&. .SS "template> static _Const_Link_type std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_S_left (_Const_Base_ptr __x)\fC [inline]\fP, \fC [static]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB783\fP of file \fBstl_tree\&.h\fP\&. .SS "template> static _Base_ptr std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_S_maximum (_Base_ptr __x)\fC [inline]\fP, \fC [static]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB807\fP of file \fBstl_tree\&.h\fP\&. .SS "template> static _Const_Base_ptr std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_S_maximum (_Const_Base_ptr __x)\fC [inline]\fP, \fC [static]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB811\fP of file \fBstl_tree\&.h\fP\&. .SS "template> static _Base_ptr std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_S_minimum (_Base_ptr __x)\fC [inline]\fP, \fC [static]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB799\fP of file \fBstl_tree\&.h\fP\&. .SS "template> static _Const_Base_ptr std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_S_minimum (_Const_Base_ptr __x)\fC [inline]\fP, \fC [static]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB803\fP of file \fBstl_tree\&.h\fP\&. .SS "template> static _Link_type std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_S_right (_Base_ptr __x)\fC [inline]\fP, \fC [static]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB787\fP of file \fBstl_tree\&.h\fP\&. .SS "template> static _Const_Link_type std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_S_right (_Const_Base_ptr __x)\fC [inline]\fP, \fC [static]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB791\fP of file \fBstl_tree\&.h\fP\&. .SS "template> const_iterator std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::begin () const\fC [inline]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB999\fP of file \fBstl_tree\&.h\fP\&. .SS "template> iterator std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::begin ()\fC [inline]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB995\fP of file \fBstl_tree\&.h\fP\&. .SS "template> void std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::clear ()\fC [inline]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB1252\fP of file \fBstl_tree\&.h\fP\&. .SS "template _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::size_type std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::count (const key_type & __k) const\fC [inherited]\fP" .PP Definition at line \fB2553\fP of file \fBstl_tree\&.h\fP\&. .SS "template> bool std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::empty () const\fC [inline]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB1027\fP of file \fBstl_tree\&.h\fP\&. .SS "template> const_iterator std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::end () const\fC [inline]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB1007\fP of file \fBstl_tree\&.h\fP\&. .SS "template> iterator std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::end ()\fC [inline]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB1003\fP of file \fBstl_tree\&.h\fP\&. .SS "template \fBpair\fP< typename _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::iterator, typename _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::iterator > std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::equal_range (const key_type & __k)\fC [inherited]\fP" .PP Definition at line \fB2012\fP of file \fBstl_tree\&.h\fP\&. .SS "template \fBpair\fP< typename _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::const_iterator, typename _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::const_iterator > std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::equal_range (const key_type & __k) const\fC [inherited]\fP" .PP Definition at line \fB2044\fP of file \fBstl_tree\&.h\fP\&. .SS "template _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::size_type std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::erase (const key_type & __x)\fC [inherited]\fP" .PP Definition at line \fB2515\fP of file \fBstl_tree\&.h\fP\&. .SS "template> _GLIBCXX_ABI_TAG_CXX11 iterator std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::erase (const_iterator __first, const_iterator __last)\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB1236\fP of file \fBstl_tree\&.h\fP\&. .SS "template> _GLIBCXX_ABI_TAG_CXX11 iterator std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::erase (const_iterator __position)\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB1192\fP of file \fBstl_tree\&.h\fP\&. .SS "template> _GLIBCXX_ABI_TAG_CXX11 iterator std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::erase (iterator __position)\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB1204\fP of file \fBstl_tree\&.h\fP\&. .SS "template> \fBnode_type\fP std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::extract (const key_type & __k)\fC [inline]\fP, \fC [inherited]\fP" .PP Extract a node\&. .PP Definition at line \fB1542\fP of file \fBstl_tree\&.h\fP\&. .SS "template> \fBnode_type\fP std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::extract (const_iterator __pos)\fC [inline]\fP, \fC [inherited]\fP" .PP Extract a node\&. .PP Definition at line \fB1532\fP of file \fBstl_tree\&.h\fP\&. .SS "template _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::iterator std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::find (const key_type & __k)\fC [inherited]\fP" .PP Definition at line \fB2528\fP of file \fBstl_tree\&.h\fP\&. .SS "template _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::const_iterator std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::find (const key_type & __k) const\fC [inherited]\fP" .PP Definition at line \fB2541\fP of file \fBstl_tree\&.h\fP\&. .SS "template> allocator_type std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::get_allocator () const\fC [inline]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB555\fP of file \fBstl_tree\&.h\fP\&. .SS "template> _Compare std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::key_comp () const\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB991\fP of file \fBstl_tree\&.h\fP\&. .SS "template> iterator std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::lower_bound (const key_type & __k)\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB1269\fP of file \fBstl_tree\&.h\fP\&. .SS "template> const_iterator std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::lower_bound (const key_type & __k) const\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB1273\fP of file \fBstl_tree\&.h\fP\&. .SS "template> size_type std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::max_size () const\fC [inline]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB1035\fP of file \fBstl_tree\&.h\fP\&. .SS "template> \fBconst_reverse_iterator\fP std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::rbegin () const\fC [inline]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB1015\fP of file \fBstl_tree\&.h\fP\&. .SS "template> \fBreverse_iterator\fP std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::rbegin ()\fC [inline]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB1011\fP of file \fBstl_tree\&.h\fP\&. .SS "template> \fBconst_reverse_iterator\fP std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::rend () const\fC [inline]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB1023\fP of file \fBstl_tree\&.h\fP\&. .SS "template> \fBreverse_iterator\fP std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::rend ()\fC [inline]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB1019\fP of file \fBstl_tree\&.h\fP\&. .SS "template> size_type std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::size () const\fC [inline]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB1031\fP of file \fBstl_tree\&.h\fP\&. .SS "template void std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::swap (_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc > & __t)\fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB2073\fP of file \fBstl_tree\&.h\fP\&. .SS "template> iterator std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::upper_bound (const key_type & __k)\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB1277\fP of file \fBstl_tree\&.h\fP\&. .SS "template> const_iterator std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::upper_bound (const key_type & __k) const\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB1281\fP of file \fBstl_tree\&.h\fP\&. .SH "Member Data Documentation" .PP .SS "template> _Rb_tree_impl<_Compare> std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_M_impl\fC [protected]\fP, \fC [inherited]\fP" .PP Definition at line \fB706\fP of file \fBstl_tree\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.