首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

std::nested_exception::nested_exception

nested_exception();

(1)

(since C++11)

nested_exception( const nested_exception& other ) = default;

(2)

(since C++11)

构造新nested_exception对象。

1%29默认构造函数。存储通过调用std::current_exception()在新的nested_exception对象。

2%29复制构造函数。中存储的异常初始化对象。other...

参数

other

-

nested exception to initialize the contents with

例外

noexcept规格:

noexcept

代码语言:txt
复制
 ? cppreference.com

在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。

扫码关注腾讯云开发者

领取腾讯云代金券

http://www.vxiaotou.com