ReactOS 0.4.16-dev-340-g0540c21
|
#include <_stdexcept.h>
Public Member Functions | |
out_of_range (const string &__arg) | |
~out_of_range () _STLP_NOTHROW_INHERENTLY | |
Public Member Functions inherited from logic_error | |
logic_error (const string &__s) | |
~logic_error () _STLP_NOTHROW_INHERENTLY | |
Public Member Functions inherited from __Named_exception | |
__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 73 of file _stdexcept.h.
Definition at line 75 of file _stdexcept.h.
out_of_range::~out_of_range | ( | ) |