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)

References _Auto_node(), _M_node, and _M_t.

Here is the call graph for this function: