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
© cppreference.com在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。
本文档系腾讯云开发者社区成员共同维护,如有问题请联系 cloudcommunity@tencent.com

