|
MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 allocate_exception,包括所有继承而来的类成员
| code() const noexcept | exception | inline |
| exception(const char *info=static_type, const char *type=static_type, const int code=0) | exception | inlineexplicit |
| exception(const exception &other) noexcept | exception | inline |
| exception(exception &&other) noexcept | exception | inline |
| exception(const Error &error) | exception | inlineexplicit |
| operator=(const exception &other) noexcept | exception | inline |
| operator=(exception &&other) noexcept | exception | inline |
| type() const noexcept | exception | inline |
| what() const noexcept | exception | inline |
| ~exception()=default | exception | virtual |