std::nested_exception::operator=
来自cppreference.com
< cpp | error | nested exception
工具库
诊断库
|
|
std::nested_exception
成员函数 | ||||
nested_exception::operator=
|
||||
nested_exception&
operator=(
const
nested_exception&
other )
noexcept
= default;
|
(C++11 起) | |
以保有于 other
中者替换存储的异常。
参数
other | - | 以之替换内容的 nested_exception |
返回值
*this