|
libstdc++
|
#include <exception>
Public Member Functions | |
| constexpr | exception_ptr (const exception_ptr &) noexcept |
| constexpr | exception_ptr (exception_ptr &&__o) noexcept |
| constexpr | exception_ptr (nullptr_t) noexcept |
| const class std::type_info * | __cxa_exception_type () const noexcept |
| constexpr | operator bool () const noexcept |
| constexpr exception_ptr & | operator= (const exception_ptr &) noexcept |
| constexpr exception_ptr & | operator= (exception_ptr &&__o) noexcept |
| constexpr void | swap (exception_ptr &) noexcept |
Related Symbols | |
(Note that these are not member symbols.) | |
| constexpr void | swap (exception_ptr &__lhs, exception_ptr &__rhs) |
An opaque pointer to an arbitrary exception.
The actual name of this type is unspecified, so the alias std::exception_ptr should be used to refer to it.
Definition at line 105 of file exception_ptr.h.
|
inlineconstexprnoexcept |
Definition at line 229 of file exception_ptr.h.
|
inlineconstexprnoexcept |
Definition at line 235 of file exception_ptr.h.
|
inlineconstexprnoexcept |
Definition at line 156 of file exception_ptr.h.
|
inlineconstexprnoexcept |
Definition at line 160 of file exception_ptr.h.
|
inlineconstexprnoexcept |
Definition at line 254 of file exception_ptr.h.
|
inlineexplicitconstexprnoexcept |
Definition at line 198 of file exception_ptr.h.
|
inlineconstexprnoexcept |
Definition at line 271 of file exception_ptr.h.
|
inlineconstexprnoexcept |
Definition at line 177 of file exception_ptr.h.
|
inlineconstexprnoexcept |
Definition at line 279 of file exception_ptr.h.
|
Definition at line 288 of file exception_ptr.h.