#include <exception_ptr.h>
|
| bool | operator!= (const exception_ptr &__x, const exception_ptr &__y) noexcept |
| bool | operator== (const exception_ptr &__x, const exception_ptr &__y) noexcept |
|
exception_ptr | std::current_exception () noexcept |
|
template<typename _Ex> |
| exception_ptr | std::make_exception_ptr (_Ex) noexcept |
|
void | std::rethrow_exception (exception_ptr) |
|
(Note that these are not member symbols.)
|
| void | swap (exception_ptr &__lhs, exception_ptr &__rhs) |
An opaque pointer to an arbitrary exception.
Definition at line 90 of file exception_ptr.h.
◆ exception_ptr() [1/4]
| std::__exception_ptr::exception_ptr::exception_ptr |
( |
| ) |
|
|
inlinenoexcept |
◆ exception_ptr() [2/4]
| std::__exception_ptr::exception_ptr::exception_ptr |
( |
const exception_ptr & | __other | ) |
|
|
inlinenoexcept |
◆ exception_ptr() [3/4]
| std::__exception_ptr::exception_ptr::exception_ptr |
( |
nullptr_t | | ) |
|
|
inlinenoexcept |
◆ exception_ptr() [4/4]
| std::__exception_ptr::exception_ptr::exception_ptr |
( |
exception_ptr && | __o | ) |
|
|
inlinenoexcept |
◆ ~exception_ptr()
| std::__exception_ptr::exception_ptr::~exception_ptr |
( |
| ) |
|
|
inlinenoexcept |
◆ operator bool()
| std::__exception_ptr::exception_ptr::operator bool |
( |
| ) |
const |
|
inlineexplicitnoexcept |
◆ operator=() [1/2]
| exception_ptr & std::__exception_ptr::exception_ptr::operator= |
( |
const exception_ptr & | __other | ) |
|
|
inlinenoexcept |
◆ operator=() [2/2]
| exception_ptr & std::__exception_ptr::exception_ptr::operator= |
( |
exception_ptr && | __o | ) |
|
|
inlinenoexcept |
◆ swap()
| void std::__exception_ptr::exception_ptr::swap |
( |
exception_ptr & | __other | ) |
|
|
inlinenoexcept |
◆ operator!=
| bool operator!= |
( |
const exception_ptr & | __x, |
|
|
const exception_ptr & | __y ) |
|
friend |
◆ operator==
| bool operator== |
( |
const exception_ptr & | __x, |
|
|
const exception_ptr & | __y ) |
|
friend |
◆ swap()
| void swap |
( |
exception_ptr & | __lhs, |
|
|
exception_ptr & | __rhs ) |
|
related |
The documentation for this class was generated from the following file: