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