Share via


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.

ios OverviewAbstract Stream Base Class

See Also   ios::good, ios::fail