Home | Info | Community | Development | myReactOS | Contact Us
[inline]
Definition at line 2326 of file _rope.h.
{ size_t _p_size = __str.size(); if (0 == _p_size) return 0; return 13*__str[0] + 5*__str[_p_size - 1] + _p_size; }