◐ Shell
clean mode source ↗

std::get_terminate – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

definiert in Header

<exception>

std::terminate_handler get_terminate();

(seit C++11)

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

Original:

Returns the currently installed std::terminate_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::terminate_handler .

Original:

The currently installed std::terminate_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::terminate genannt

Original:

the type of the function called by std::terminate

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::terminate aufgerufen werden

Original:

changes the function to be called by std::terminate

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


(Funktion) [edit]