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
 1818 	_Link_type __top = _M_clone_node(__x, __node_gen);
 1823 	    if (__x->_M_right)
 1824 	      __top->_M_right = _M_copy(_S_right(__x), __top, __node_gen);
 1826 	    __x = _S_left(__x);
 1826 	    __x = _S_left(__x);
 1828 	    while (__x != 0)
 1830 		_Link_type __y = _M_clone_node(__x, __node_gen);
 1833 		if (__x->_M_right)
 1834 		  __y->_M_right = _M_copy(_S_right(__x), __y, __node_gen);
 1836 		__x = _S_left(__x);
 1836 		__x = _S_left(__x);