std::basic_ios<CharT,Traits>::bad
From cppreference.com
| bool bad() const; |
||
Returns true if non-recoverable error has occurred on the associated stream. Specifically, returns true if badbit is set in rdstate().
See ios_base::iostate for the list of conditions that set badbit.
Contents |