Espacios de nombres
Variantes
Acciones

std::get_terminate

De cppreference.com
< cpp‎ | error
 
 
Biblioteca de servicios
 
Control de errores
Control de excepciones
Fallas del control de excepciones
get_terminate
(C++11)
(hasta C++17)
(hasta C++17)
(C++11)(hasta C++17)
(hasta C++17)
Códigos de error
Códigos de error
 
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.

Contenido

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

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

[editar] Excepciones

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

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