std::get_unexpected
De cppreference.com
<metanoindex/>
<tbody> </tbody>| Definido no cabeçalho <exception>
|
||
std::unexpected_handler get_unexpected(); |
(desde C++11)(obsoleta) | |
Retorna o std::unexpected_handler atualmente instalado, que pode ser um ponteiro nulo.
Original:
Returns the currently installed std::unexpected_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::unexpected_handler atualmente instalado.
Original:
The currently installed std::unexpected_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.
