8 lines
135 B
C++
8 lines
135 B
C++
#include <common/smrtstrm.hpp>
|
|
|
|
SmartStream &SmartStream::fail(void)
|
|
{
|
|
BYTE ch;
|
|
while(!strstream::fail())*this>>ch;
|
|
return *this;
|
|
} |