std::nested_exception::rethrow_nested
提供: cppreference.com
<tbody>
</tbody>
[[noreturn]] void rethrow_nested() const; |
(C++11以上) | |
格納されている例外を投げ直します。 格納されている例外がない (すなわち nested_ptr() がヌルポインタを返す) 場合は、 std::terminate が呼ばれます。
引数
(なし)
戻り値
(なし)