libstdc++
GNU C++ library
Loading...
Searching...
No Matches
std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_Auto_node Struct Reference
Collaboration diagram for std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_Auto_node:
Collaboration graph

Public Member Functions

 _Auto_node (_Auto_node &&__n)
template<typename... _Args>
 _Auto_node (_Rb_tree &__t, _Args &&... __args)
 ~_Auto_node ()
iterator _M_insert (pair< _Base_ptr, _Base_ptr > __p)
iterator _M_insert_equal_lower ()
const _Key & _M_key () const

Public Attributes

_Node_ptr _M_node
_Rb_tree_M_t

Detailed Description

template<typename _Key, typename _Val, typename _KeyOfValue, typename _Compare, typename _Alloc = allocator<_Val>>
struct std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::_Auto_node

Definition at line 2317 of file stl_tree.h.


The documentation for this struct was generated from the following file: