std::set_terminate
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.
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.
You can help to correct and verify the translation. Click here for instructions.
