|
|
|
|
Member functions | ||||
nested_exception::nested_ptr |
std::exception_ptr nested_ptr()constnoexcept; | (since C++11) (constexpr since C++26) | |
Returns a pointer to the stored exception, if any.
Astd::exception_ptr
to the stored exception if one is stored, default-initializedstd::exception_ptr
otherwise.
This section is incomplete Reason: no example |