libstdc++
GNU C++ library
Loading...
Searching...
No Matches
◆
_Auto_node()
[2/2]
template<typename _Key, typename _Val, typename _KeyOfValue, typename
_Compare
, typename _Alloc = allocator<_Val>>
std::_Rb_tree
< _Key, _Val, _KeyOfValue,
_Compare
, _Alloc >::_Auto_node::_Auto_node
(
_Auto_node &&
__n
)
inline
Definition at line
2331
of file
stl_tree.h
.
2333
:
_M_t
(
__n
._M_t),
_M_node
(
__n
._M_node)
std::_Rb_tree
Definition
stl_tree.h:1021
std::_Rb_tree::_Auto_node::_M_t
_Rb_tree & _M_t
Definition
stl_tree.h:2355
std::_Rb_tree::_Auto_node::_M_node
_Node_ptr _M_node
Definition
stl_tree.h:2356
References
_Auto_node()
,
_M_node
, and
_M_t
.
Here is the call graph for this function:
std
_Rb_tree
_Auto_node
Generated on
for libstdc++ by
1.16.1