Espacios de nombres
Variantes

std::get_terminate

De cppreference.com
 
 
Biblioteca de servicios
 
 
<tbody> </tbody>
Definido en el archivo de encabezado <exception>
std::terminate_handler get_terminate();
(desde C++11)
Devuelve el std::terminate_handler actualmente instalado, que puede ser un puntero nulo .
Original:
Returns the currently installed std::terminate_handler, which may be a null pointer.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Parámetros

(Ninguno)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Valor de retorno

El std::terminate_handler instalado actualmente .
Original:
The currently installed std::terminate_handler.
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)

Ver también

El tipo de la función llamada por std::terminate.
(typedef) [editar]
Cambia la función a ser llamada por std::terminate.
(función) [editar]