Home | Info | Community | Development | myReactOS | Contact Us
[inline, static]
Definition at line 93 of file _tree.h.
{ while (__x->_M_left != 0) __x = __x->_M_left; return __x; }