ios::operator !
int operator !() const;
Return Value
Returns a nonzero value if either failbit or badbit is set in the stream’s error state. See rdstate for a description of the error state masks.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
int operator !() const;
Return Value
Returns a nonzero value if either failbit or badbit is set in the stream’s error state. See rdstate for a description of the error state masks.