Espacios de nombres
Variantes

std::get_terminate

De cppreference.com
Revisión del 10:04 2 jul 2013 de P12bot (discusión | contribs.) (Use {{lc}}. Update links. Various fixes.)
(difs.) ← Revisión anterior | Revisión actual (difs.) | Revisión siguiente → (difs.)
 
 
Biblioteca de servicios
 
 
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:  
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]