.TH "std::__exception_ptr::exception_ptr" 3cxx "Sun Jan 6 2013" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__exception_ptr::exception_ptr \- .SH SYNOPSIS .br .PP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBexception_ptr\fP (const \fBexception_ptr\fP &) _GLIBCXX_USE_NOEXCEPT" .br .ti -1c .RI "\fBexception_ptr\fP (nullptr_t) noexcept" .br .ti -1c .RI "\fBexception_ptr\fP (\fBexception_ptr\fP &&__o) noexcept" .br .ti -1c .RI "class \fBtype_info\fP * \fB__cxa_exception_type\fP () const _GLIBCXX_USE_NOEXCEPT __attribute__((__pure__))" .br .ti -1c .RI "\fBoperator bool\fP () const " .br .ti -1c .RI "\fBexception_ptr\fP & \fBoperator=\fP (const \fBexception_ptr\fP &) _GLIBCXX_USE_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 &) _GLIBCXX_USE_NOEXCEPT" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "bool \fBoperator==\fP (const \fBexception_ptr\fP &, const \fBexception_ptr\fP &) _GLIBCXX_USE_NOEXCEPT __attribute__((__pure__))" .br .ti -1c .RI "\fBexception_ptr\fP \fBstd::current_exception\fP () _GLIBCXX_USE_NOEXCEPT" .br .ti -1c .RI "void \fBstd::rethrow_exception\fP (\fBexception_ptr\fP)" .br .in -1c .SH "Detailed Description" .PP An opaque pointer to an arbitrary exception\&. .PP Definition at line 73 of file exception_ptr\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.