.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 (\fBconst\fP \fBexception_ptr\fP &) \fBnoexcept\fP" .br .ti -1c .RI "\fBexception_ptr\fP (\fBexception_ptr\fP &&\fB__o\fP) \fBnoexcept\fP" .br .ti -1c .RI "\fBexception_ptr\fP (\fBnullptr_t\fP) \fBnoexcept\fP" .br .ti -1c .RI "\fBconst\fP \fBclass\fP \fBstd::type_info\fP * \fB__cxa_exception_type\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBoperator bool\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBexception_ptr\fP & \fBoperator=\fP (\fBconst\fP \fBexception_ptr\fP &) \fBnoexcept\fP" .br .ti -1c .RI "\fBexception_ptr\fP & \fBoperator=\fP (\fBexception_ptr\fP &&\fB__o\fP) \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fBswap\fP (\fBexception_ptr\fP &) \fBnoexcept\fP" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "bool \fBoperator!=\fP (\fBconst\fP \fBexception_ptr\fP &__x, \fBconst\fP \fBexception_ptr\fP &\fB__y\fP) \fBnoexcept\fP" .br .ti -1c .RI "bool \fBoperator==\fP (\fBconst\fP \fBexception_ptr\fP &__x, \fBconst\fP \fBexception_ptr\fP &\fB__y\fP) \fBnoexcept\fP" .br .ti -1c .RI "\fBexception_ptr\fP \fBstd::current_exception\fP () \fBnoexcept\fP" .br .ti -1c .RI "template<\fBtypename\fP \fB_Ex\fP > \fBexception_ptr\fP \fBstd::make_exception_ptr\fP (\fB_Ex\fP) \fBnoexcept\fP" .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\&.