◐ Shell
clean mode source ↗

std::exception::what — cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

virtual const char* what() const;

Retourne la chaîne explicative .

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.

Paramètres

(Aucun)

Original:

(none)

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Retourne la valeur

Pointeur vers une chaîne terminée par NULL avec des explications .

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.

Exceptions