std::nested_exception::nested_ptr

From cppreference.com
< cpplrm; | errorlrm; | nested exception
std::exception_ptr nested_ptr() const noexcept;
(since C++11)

Returns a pointer to the stored exception, if any.

Parameters

(none)

Return value

(none)