Espacios de nombres
Variantes
Acciones

std::exception::operator=

De cppreference.com
< cpp‎ | error‎ | exception
 
 
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.
exception::operator=
 
exception& operator=(const exception& other );

Copy assignment operator. Assigns the contents of other

[editar]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.

[editar]Excepciones

Especificación noexcept:  
noexcept
  (desde C++11)
close