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
;
|
(depuis C++11)
(constexpr depuis C++26) |
|
Remplace l'exception stockée par celle contenue dans
other
.
Paramètres
| autre | - | exception imbriquée pour remplacer le contenu |
Valeur de retour
* this