◐ Shell
clean mode source ↗

std::system_error::what – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

virtual const char* what() const;

(seit C++11)

Gibt die erklärenden String .

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.

Parameter

(None)

Original:

(none)

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

Rückgabewert

Zeiger auf einen null-terminierten String mit erläuternden Informationen .

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.

Ausnahmen

Siehe auch

gibt den Fehlercode

Original:

returns error code

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


(öffentliche Elementfunktion) [edit]