std::get_terminate
De cppreference.com
<metanoindex/>
<tbody> </tbody>| Definido no cabeçalho <exception>
|
||
std::terminate_handler get_terminate(); |
(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.
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.
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.
You can help to correct and verify the translation. Click here for instructions.
