.TH "std::__exception_ptr::exception_ptr" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__exception_ptr::exception_ptr \- An opaque pointer to an arbitrary exception\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBexception_ptr\fP (const \fBexception_ptr\fP &) noexcept" .br .ti -1c .RI "\fBexception_ptr\fP (\fBexception_ptr\fP &&\fB__o\fP) noexcept" .br .ti -1c .RI "\fBexception_ptr\fP (\fBnullptr_t\fP) noexcept" .br .ti -1c .RI "const \fBclass\fP \fBstd::type_info\fP * \fB__cxa_exception_type\fP () const noexcept" .br .ti -1c .RI "\fBoperator bool\fP () const noexcept" .br .ti -1c .RI "\fBexception_ptr\fP & \fBoperator=\fP (const \fBexception_ptr\fP &) noexcept" .br .ti -1c .RI "\fBexception_ptr\fP & \fBoperator=\fP (\fBexception_ptr\fP &&\fB__o\fP) noexcept" .br .ti -1c .RI "\fBvoid\fP \fBswap\fP (\fBexception_ptr\fP &) noexcept" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "bool \fBoperator==\fP (const \fBexception_ptr\fP &, const \fBexception_ptr\fP &) noexcept=\fBdefault\fP" .br .ti -1c .RI "\fBexception_ptr\fP \fBstd::current_exception\fP () noexcept" .br .ti -1c .RI "template<\fBtypename\fP \fB_Ex\fP > \fBexception_ptr\fP \fBstd::make_exception_ptr\fP (\fB_Ex\fP) noexcept" .br .ti -1c .RI "\fBvoid\fP \fBstd::rethrow_exception\fP (\fBexception_ptr\fP)" .br .in -1c .SS "Related Symbols" (Note that these are not member symbols\&.) .in +1c .ti -1c .RI "\fBvoid\fP \fBswap\fP (\fBexception_ptr\fP &\fB__lhs\fP, \fBexception_ptr\fP &\fB__rhs\fP)" .br .in -1c .SH "Detailed Description" .PP An opaque pointer to an arbitrary exception\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.