◐ Shell
clean mode source ↗

std::error_category::name – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

virtual const char* name() const = 0;

(seit C++11)

Gibt einen Zeiger auf eine Null-terminierte Byte-String, der den Namen des Fehlers Kategorie gibt .

Original:

Returns a pointer to a null-terminated byte string that specifies the name of the error category.

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

Null-terminierte Byte-Zeichenfolge, die den Namen des Fehlers Kategorie .

Original:

Null-terminated byte string specifying the name of the error category.

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

Ausnahmen