◐ Shell
clean mode source ↗

std::system_error::code – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

const std::error_code& code() const;

(seit C++11)

Gibt den gespeicherten Fehlercode .

Original:

Returns the stored error code.

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

Die gespeicherte Fehlercode .

Original:

The stored error code.

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

kehrt erklärende String

Original:

returns explanatory string

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


(virtuellen öffentlichen Member-Funktion) [edit]