std::ios_base::failure
These are thrown to indicate problems with io.
- Provided by: libstdc++-9-doc (Version: 9.5.0-1ubuntu1~22.04.1)
- Source: gcc-9
- Report a bug
These are thrown to indicate problems with io.
Inherits std::exception.
failure (const string &__str) throw ()
virtual const char * what () const throw ()
These are thrown to indicate problems with io.
27.4.2.1.1 Class ios_base::failure
Definition at line 276 of file ios_base.h.
Returns a C-style character string describing the general cause of the current error.
Reimplemented from std::exception.
Generated automatically by Doxygen for libstdc++ from the source code.