reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/stl_tree.h
 2000 	  if (__t._M_root() != 0)
 2001 	    _M_impl._M_move_data(__t._M_impl);
 2003       else if (__t._M_root() == 0)
 2004 	__t._M_impl._M_move_data(_M_impl);
 2007 	  std::swap(_M_root(),__t._M_root());
 2008 	  std::swap(_M_leftmost(),__t._M_leftmost());
 2009 	  std::swap(_M_rightmost(),__t._M_rightmost());
 2012 	  __t._M_root()->_M_parent = __t._M_end();
 2012 	  __t._M_root()->_M_parent = __t._M_end();
 2013 	  std::swap(this->_M_impl._M_node_count, __t._M_impl._M_node_count);
 2016       std::swap(this->_M_impl._M_key_compare, __t._M_impl._M_key_compare);
 2019 				__t._M_get_Node_allocator());