std::nested_exception::nested_ptr

Returns a pointer to the stored exception, if any.

# Declarations

std::exception_ptr nested_ptr() const noexcept;

(since C++11) (constexpr since C++26)

# Return value

A std::exception_ptr to the stored exception if one is stored, default-initialized std::exception_ptr otherwise.