libstdc++
|
Go to the source code of this file.
Classes | |
class | std::__unspecified__::exception_ptr |
class | std::exception_ptr |
Namespaces | |
namespace | std |
Functions | |
exception_ptr | std::current_exception () noexcept |
template<typename _Ex> | |
exception_ptr | std::make_exception_ptr (_Ex __ex) noexcept |
void | std::__unspecified__::rethrow_exception (exception_ptr) |
void | std::rethrow_exception (exception_ptr) |
void | std::swap (exception_ptr &__lhs, exception_ptr &__rhs) |
This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <exception>.
Definition in file exception_ptr.h.
#define _GLIBCXX_EH_PTR_USED |
Definition at line 47 of file exception_ptr.h.
void std::rethrow_exception | ( | exception_ptr | ) |
Throw the object pointed to by the exception_ptr.