std::bad_exception::bad_exception

来自cppreference.com
< cpp‎ | error‎ | bad exception
 
 
 
 
std::bad_exception
成员函数
bad_exception::bad_exception
 
bad_exception() noexcept;
bad_exception( const bad_exception& other ) noexcept;

构造新的 bad_exception 对象。

1) 默认构造函数。
2) 复制构造函数。以 other 的内容初始化对象。

参数

other - 要以之初始化的 bad_exception 对象