Home | Info | Community | Development | myReactOS | Contact Us
inline void swap(_Rope_char_ref_proxy <_CharT, __Alloc > __a, \ _Rope_char_ref_proxy <_CharT, __Alloc > __b) { \ _CharT __tmp = __a; \ __a = __b; \ __b = __tmp; \ }
Definition at line 697 of file _rope.h.