.TH "std::__unspecified__::exception_ptr" 3 "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__unspecified__::exception_ptr \- An opaque pointer to an arbitrary exception\&. .SH SYNOPSIS .br .PP .PP \fR#include \fP .SS "Public Member Functions" .in +1c .ti -1c .RI "constexpr \fBexception_ptr\fP (const exception_ptr &) noexcept" .br .ti -1c .RI "constexpr \fBexception_ptr\fP (exception_ptr &&__o) noexcept" .br .ti -1c .RI "constexpr \fBexception_ptr\fP (nullptr_t) noexcept" .br .ti -1c .RI "const class \fBstd::type_info\fP * \fB__cxa_exception_type\fP () const noexcept" .br .ti -1c .RI "constexpr \fBoperator bool\fP () const noexcept" .br .ti -1c .RI "constexpr exception_ptr & \fBoperator=\fP (const exception_ptr &) noexcept" .br .ti -1c .RI "constexpr exception_ptr & \fBoperator=\fP (exception_ptr &&__o) noexcept" .br .ti -1c .RI "constexpr void \fBswap\fP (exception_ptr &) noexcept" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "constexpr friend bool \fBoperator==\fP (const exception_ptr &, const exception_ptr &) noexcept=default" .br .ti -1c .RI "exception_ptr \fBstd::current_exception\fP () noexcept" .br .ti -1c .RI "template constexpr exception_ptr \fBstd::make_exception_ptr\fP (_Ex) noexcept" .br .ti -1c .RI "void \fBstd::rethrow_exception\fP (exception_ptr)" .br .ti -1c .RI "constexpr void \fBswap\fP (exception_ptr &__lhs, exception_ptr &__rhs)" .br .in -1c .SS "Related Symbols" (Note that these are not member symbols\&.) .in +1c .ti -1c .RI "constexpr void \fBswap\fP (exception_ptr &__lhs, exception_ptr &__rhs)" .br .in -1c .SH "Detailed Description" .PP An opaque pointer to an arbitrary exception\&. The actual name of this type is unspecified, so the alias \fRstd::exception_ptr\fP should be used to refer to it\&. .PP \fBSince\fP .RS 4 C++11 (but usable in C++98 as a GCC extension) .RE .PP .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.