_Base_ptr
typedef _Rb_tree_node_base::_Base_ptr _Base_ptr;
_Base_ptr _M_node;
_Base_ptr __y = _M_node->_M_parent;
_Base_ptr __y = _M_node->_M_left;
_Base_ptr __y = _M_node->_M_parent;
static _Link_type& _S_left(_Base_ptr __x)
static _Link_type& _S_right(_Base_ptr __x)
static _Link_type& _S_parent(_Base_ptr __x)
static reference _S_value(_Base_ptr __x)
static const _Key& _S_key(_Base_ptr __x)
static _Color_type& _S_color(_Base_ptr __x)
iterator _M_insert(_Base_ptr __x, _Base_ptr __y, const value_type& __v);
_Base_ptr _M_parent;
_Base_ptr _M_left;
_Base_ptr _M_right;
static _Base_ptr _S_minimum(_Base_ptr __x)
::_M_insert(_Base_ptr __x_, _Base_ptr __y_, const _Value& __v)
static _Base_ptr _S_maximum(_Base_ptr __x)