.TH "std::__exception_ptr::exception_ptr" 3cxx "Thu Feb 16 2023" "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 &&__o) noexcept" .br .ti -1c .RI "\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 "\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 &&__o) noexcept" .br .ti -1c .RI "void \fBswap\fP (\fBexception_ptr\fP &) noexcept" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "bool \fBoperator!=\fP (const \fBexception_ptr\fP &__x, const \fBexception_ptr\fP &__y) noexcept" .br .ti -1c .RI "bool \fBoperator==\fP (const \fBexception_ptr\fP &__x, const \fBexception_ptr\fP &__y) noexcept" .br .ti -1c .RI "\fBexception_ptr\fP \fBstd::current_exception\fP () noexcept" .br .ti -1c .RI "template \fBexception_ptr\fP \fBstd::make_exception_ptr\fP (_Ex) noexcept" .br .ti -1c .RI "void \fBstd::rethrow_exception\fP (\fBexception_ptr\fP)" .br .in -1c .SS "Related Functions" (Note that these are not member functions\&.) .in +1c .ti -1c .RI "void \fBswap\fP (\fBexception_ptr\fP &__lhs, \fBexception_ptr\fP &__rhs)" .br .in -1c .SH "Detailed Description" .PP An opaque pointer to an arbitrary exception\&. .PP Definition at line \fB90\fP of file \fBexception_ptr\&.h\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "std::__exception_ptr::exception_ptr::exception_ptr ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB182\fP of file \fBexception_ptr\&.h\fP\&. .SS "std::__exception_ptr::exception_ptr::exception_ptr (const \fBexception_ptr\fP & __other)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB188\fP of file \fBexception_ptr\&.h\fP\&. .SS "std::__exception_ptr::exception_ptr::exception_ptr (nullptr_t)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB112\fP of file \fBexception_ptr\&.h\fP\&. .SS "std::__exception_ptr::exception_ptr::exception_ptr (\fBexception_ptr\fP && __o)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB116\fP of file \fBexception_ptr\&.h\fP\&. .SS "std::__exception_ptr::exception_ptr::~exception_ptr ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB198\fP of file \fBexception_ptr\&.h\fP\&. .SH "Member Function Documentation" .PP .SS "std::__exception_ptr::exception_ptr::operator bool () const\fC [inline]\fP, \fC [explicit]\fP, \fC [noexcept]\fP" .PP Definition at line \fB155\fP of file \fBexception_ptr\&.h\fP\&. .SS "\fBexception_ptr\fP & std::__exception_ptr::exception_ptr::operator= (const \fBexception_ptr\fP & __other)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB206\fP of file \fBexception_ptr\&.h\fP\&. .SS "\fBexception_ptr\fP & std::__exception_ptr::exception_ptr::operator= (\fBexception_ptr\fP && __o)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB133\fP of file \fBexception_ptr\&.h\fP\&. .SS "void std::__exception_ptr::exception_ptr::swap (\fBexception_ptr\fP & __other)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB214\fP of file \fBexception_ptr\&.h\fP\&. .SH "Friends And Related Function Documentation" .PP .SS "bool operator!= (const \fBexception_ptr\fP & __x, const \fBexception_ptr\fP & __y)\fC [friend]\fP" .PP Definition at line \fB170\fP of file \fBexception_ptr\&.h\fP\&. .SS "bool operator== (const \fBexception_ptr\fP & __x, const \fBexception_ptr\fP & __y)\fC [friend]\fP" .PP Definition at line \fB165\fP of file \fBexception_ptr\&.h\fP\&. .SS "void swap (\fBexception_ptr\fP & __lhs, \fBexception_ptr\fP & __rhs)\fC [related]\fP" .PP Definition at line \fB223\fP of file \fBexception_ptr\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.