std::nested_exception:: operator=
From cppreference.net
<
cpp
|
error
|
nested exception
C++
Utilities library
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Diagnostics library
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::nested_exception
| Member functions | ||||
|
nested_exception::operator=
|
||||
|
nested_exception
&
operator
=
(
const
nested_exception
&
other
)
noexcept
=
default
;
|
(desde C++11)
(constexpr desde C++26) |
|
Reemplaza la excepción almacenada con la contenida en
other
.
Parámetros
| otro | - | excepción anidada para reemplazar el contenido con |
Valor de retorno
* this