|
MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 exception_ptr,包括所有继承而来的类成员
| current_exception() | exception_ptr | friend |
| exception_ptr(nullptr_t np=nullptr) noexcept | exception_ptr | inline |
| exception_ptr(const exception_ptr &other) noexcept | exception_ptr | inline |
| exception_ptr(exception_ptr &&other) noexcept | exception_ptr | inline |
| exception_type() const noexcept | exception_ptr | inline |
| make_exception_ptr(Ex ex) | exception_ptr | friend |
| make_exception_ptr(Ex ex) | exception_ptr | friend |
| operator bool() const noexcept | exception_ptr | inlineexplicit |
| operator!=(const exception_ptr &rhs) const noexcept | exception_ptr | inline |
| operator!=(nullptr_t) const noexcept | exception_ptr | inline |
| operator!=(nullptr_t, const exception_ptr &ptr) noexcept | exception_ptr | friend |
| operator=(const exception_ptr &other) noexcept | exception_ptr | inline |
| operator=(exception_ptr &&other) noexcept | exception_ptr | inline |
| operator==(const exception_ptr &rhs) const noexcept | exception_ptr | inline |
| operator==(nullptr_t) const noexcept | exception_ptr | inline |
| operator==(nullptr_t, const exception_ptr &ptr) noexcept | exception_ptr | friend |
| rethrow_exception(const exception_ptr &p) | exception_ptr | friend |
| swap(exception_ptr &other) noexcept | exception_ptr | inline |
| ~exception_ptr() noexcept | exception_ptr | inline |