std::nested_exception::operator=
提供: cppreference.com
<tbody>
</tbody>
nested_exception& operator=( const nested_exception& other ) noexcept = default; |
(C++11以上) | |
格納されている例外を other に保持されているもので置き換えます。
引数
| other | - | 内容を置き換える nested_exception |
戻り値
*this