Espacios de nombres
Variantes

std::exception::operator=

De cppreference.com
 
 
Biblioteca de servicios
 
 
std::exception
Las funciones miembro
Original:
Member functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
 
<tbody> </tbody>
exception& operator=( const exception& other );

Copy assignment operator. Assigns the contents of other

Parámetros

other -
otra excepción a asignar los contenidos de
Original:
another exception to assign the contents of
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Excepciones

Especificación noexcept:  
<tbody> </tbody>
noexcept
  (desde C++11)