public member function
<exception>

std::nested_exception::rethrow_nested

[[noreturn]] void rethrow_nested() const;
重新丟擲巢狀異常
丟擲巢狀異常。

如果巢狀異常是null exception_ptr,該函式則呼叫 terminate

引數



返回值

無(該函式永不返回)。

異常安全

丟擲異常。

如果巢狀異常是null exception_ptr,則呼叫 terminate


另見