Home | Info | Community | Development | myReactOS | Contact Us
[inline]
Definition at line 74 of file _istreambuf_iterator.h.
Referenced by operator==().
{ if (this->_M_buf) this->_M_getc(); if (__i._M_buf) __i._M_getc(); return this->_M_eof == __i._M_eof; }