#include <exception>
PublicMemberFunctionsexception_ptr (const exception_ptr &) noexcept
exception_ptr (exception_ptr &&__o) noexcept
exception_ptr (nullptr_t) noexcept
const classstd::type_info * __cxa_exception_type () const noexcept
operatorbool () const noexcept
exception_ptr & operator= (const exception_ptr &) noexcept
exception_ptr & operator= (exception_ptr &&__o) noexcept
voidswap (exception_ptr &) noexcept
Friends
bool operator== (const exception_ptr &, const exception_ptr &) noexcept=defaultexception_ptrstd::current_exception () noexcept
template<typename_Ex > exception_ptrstd::make_exception_ptr (_Ex) noexcept
voidstd::rethrow_exception (exception_ptr)
RelatedSymbols
(Note that these are not member symbols.)
voidswap (exception_ptr &__lhs, exception_ptr &__rhs)