Namespaces
Variants

std::nested_exception:: rethrow_nested

From cppreference.net
Utilities library
[ [ noreturn ] ] void rethrow_nested ( ) const ;
(C++11부터)
(C++26부터 constexpr)

저장된 예외를 다시 던집니다. 저장된 예외가 없는 경우(즉, nested_ptr() 가 null 포인터를 반환하는 경우), std::terminate 가 호출됩니다.