ReactOS 0.4.16-dev-1093-g93e9710
|
#include <_stdexcept.h>
Public Member Functions | |
domain_error (const string &__arg) | |
~domain_error () _STLP_NOTHROW_INHERENTLY | |
![]() | |
logic_error (const string &__s) | |
~logic_error () _STLP_NOTHROW_INHERENTLY | |
![]() | |
__Named_exception (const string &__str) | |
__Named_exception (const __Named_exception &) | |
__Named_exception & | operator= (const __Named_exception &) |
const char * | what () const _STLP_NOTHROW_INHERENTLY |
~__Named_exception () _STLP_NOTHROW_INHERENTLY | |
Definition at line 49 of file _stdexcept.h.
Definition at line 51 of file _stdexcept.h.
domain_error::~domain_error | ( | ) |