std::nested_exception::rethrow_nested
[[noreturn]] void rethrow_nested() const; | (с C++11) |
Перебрасывает сохранённое исключение. Если сохранённых исключений нет (т.е. nested_ptr() возвращает указатель null), то вызывается std::terminate.
Параметры
(нет)
Возвращаемое значение
(нет)
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/error/nested_exception/rethrow_nested