std::exception_ptr nested_ptr() const; | (since C++11) |
Returns a pointer to the stored exception, if any.
Parameters
(none).
Return value
(none).
Exceptions
noexcept
specification: noexcept
std::exception_ptr nested_ptr() const; | (since C++11) |
Returns a pointer to the stored exception, if any.
(none).
(none).
noexcept
specification: noexcept
Please login to continue.