◐ Shell
clean mode source ↗

std::set_terminate – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

definiert in Header

<exception>

std::terminate_handler set_terminate( std::terminate_handler f )

Macht f die neue globale beenden Handler-Funktion und gibt den zuvor installierten std::terminate_handler .

Original:

Makes f the new global terminate handler function and returns the previously 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.

Parameter

f -

Zeiger vom Typ std::terminate_handler oder Null-Zeiger funktionieren

Original:

pointer to function of type std::terminate_handler, or null pointer

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 vorher installierten beenden Handler oder eine Null-Zeiger-Wert, wenn keiner installiert wurde .

Original:

The previously-installed terminate handler, or a null pointer value if none was installed.

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

Funktion aufgerufen, wenn Ausnahmebehandlung ausfällt

Original:

function called when exception handling fails

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


(Funktion) [edit]

erhält die aktuelle terminate_handler

Original:

obtains the current terminate_handler

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


(Funktion) [edit]

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]