◐ Shell
clean mode source ↗

std::get_unexpected – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

definiert in Header

<exception>

std::unexpected_handler get_unexpected();

(seit C++11)(veraltet)

Gibt die aktuell installierte std::unexpected_handler, was kann ein NULL-Zeiger sein .

Original:

Returns the currently installed std::unexpected_handler, which may be a null pointer.

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 aktuell installierte std::unexpected_handler .

Original:

The currently installed std::unexpected_handler.

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

der Typ der Funktion durch std::unexpected genannt

Original:

the type of the function called by std::unexpected

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


(typedef) [edit]

wird die Funktion durch std::unexpected aufgerufen werden

Original:

changes the function to be called by std::unexpected

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


(Funktion) [edit]