std::bad_exception::operator=
提供: cppreference.com
<tbody>
</tbody>
bad_exception& operator=( const bad_exception& other ) noexcept; |
||
other の内容を代入します。
引数
| other | - | 代入する別の bad_exception オブジェクト
|
戻り値
*this。