new
.
More...
Inheritance diagram for std::bad_alloc:
Public Member Functions | |
virtual const char * | what () const throw () |
new
.
bad_alloc
(or classes derived from it) is used to report allocation errors from the throwing forms of new
.
Definition at line 53 of file new.
|
Returns a C-style character string describing the general cause of the current error. Reimplemented in std::ios_base::failure, std::logic_error, and std::runtime_error. |