std::get_terminate - cppreference.com
De cppreference.com
<metanoindex/>
<tbody> </tbody>
| Definido no cabeçalho <exception> |
||
|
|
(desde C++11) | |
Retorna o std::terminate_handler atualmente instalado, que pode ser um ponteiro 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
(Nenhum)
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
O std::terminate_handler atualmente instalado.
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.
Exceções
Veja também
o tipo da função de chamada por std::terminate Original: the type of the function called by std::terminate The text has been machine-translated via Google Translate. (typedef) [edit] | |
alterações da função a ser chamado por std::terminate Original: changes the function to be called by std::terminate The text has been machine-translated via Google Translate. (função) [edit] | |