#include <ios_base.h>
Public Member Functions | |
virtual const char * | what () const throw () |
Definition at line 207 of file ios_base.h.
const char * std::ios_base::failure::what | ( | ) | const throw () [virtual] |
Returns a C-style character string describing the general cause of the current error.
Reimplemented from std::exception.
Definition at line 46 of file ios_failure.cc.