std::nested_exception::rethrow_nested - cppreference.com

std::nested_exception::rethrow_nested

来自cppreference.com
 
 
 
 
 

重抛出存储的异常。若无存储的异常(即 nested_ptr() 返回空指针),则调用 std::terminate

参数

(无)

返回值

(无)