std::bad_exception::operator=
来自cppreference.com
< cpp | error | bad exception
bad_exception& operator=( const bad_exception& other ) noexcept; |
||
用 other
的内容赋值。
参数
other | - | 要赋值的另一 bad_exception 对象
|
返回值
*this.