|
ios::operator!public member function
bool operator ! ( ) const; Evaluate stream object Returns true if either one of the error flags (failbit or badbit) is set on the stream. Otherwise it returns false.This behavior is equivalent to the member function fail(). ParametersnoneReturn Valuetrue if either failbit or badbit is set.false otherwise. Example
Basic template member declaration( basic_ios<charT,traits> )
See also
|