std::nested_exception::operator=
nested_exception& operator=( const nested_exception& other ) noexcept = default; | (since C++11) |
Заменяет сохраненное исключение на то, которое содержится в other.
Параметры
| other | - | вложенное исключение, на которое нужно заменить содержимое |
Значение результата
*this
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/error/nested_exception/operator%3D