#include <ios_base.h>
Inheritance diagram for std::ios_base::failure:
Public Member Functions | |
virtual const char * | what () const throw () |
Definition at line 164 of file ios_base.h.
|
Returns a C-style character string describing the general cause of the current error. Reimplemented in std::logic_error, and std::runtime_error. |