std::system_error::what - cppreference.com
De cppreference.com
<metanoindex/>
<tbody> </tbody>
|
|
(desde C++11) | |
Retorna a cadeia explicativa.
Original:
Returns the explanatory string.
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
Ponteiro para uma string terminada em nulo com informações explicativas.
Original:
Pointer to a null-terminated string with explanatory information.
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
retorna código de erro Original: returns error code The text has been machine-translated via Google Translate. (função pública membro) [edit] | |