std::nested_exception:: rethrow_nested
From cppreference.net
<
cpp
|
error
|
nested exception
C++
Utilities library
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Diagnostics library
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::nested_exception
| Member functions | ||||
|
nested_exception::rethrow_nested
|
||||
|
[
[
noreturn
]
]
void
rethrow_nested
(
)
const
;
|
(seit C++11)
(constexpr seit C++26) |
|
Wirft die gespeicherte Exception erneut. Wenn keine gespeicherte Exception vorhanden ist (d.h., nested_ptr() einen Nullzeiger zurückgibt), dann wird std::terminate aufgerufen.