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