Home
C&C++函数库
c++ 语法
程序源码
Linux C库
函数搜索
C&C++标准库
容器
C库函数
<array>
<vector>
<deque>
<forward_list>
<list>
<stack>
<queue>
<priority_queue>
<set>
<multiset>
<map>
<multimap>
<unordered_set>
<unordered_multiset>
<unordered_map>
<unordered_multimap>
输入输出
多线程
C++库函数
std::
nested_exception::rethrow_nested
公众成员函数 <exception>
noreturn void rethrow_nested() const;
重新抛出嵌套异常
抛出嵌套异常。
如果嵌套异常为空exception_ptr,则函数调用terminate代替。
☲ 参数
none
☉ 返回值
None(函数永远不会返回)。
☂ 异常安全性
抛出异常.
如果嵌套异常为空exception_ptr,则调用terminate函数。
🍄 另请参阅
rethrow_nested::nested_ptr
获取嵌套异常智能指针(函数)
rethrow_if_nested
抛出嵌套在e中的异常(函数)
联系我们
免责声明
关于CandCplus
网站地图