|
|
Defined in header <exception> | ||
std::terminate_handler get_terminate()noexcept; | (since C++11) | |
Returns the currently installedstd::terminate_handler, which may be a null pointer.
This function is thread-safe. Prior call tostd::set_terminatesynchronizes-with (seestd::memory_order) this function.
Contents |
(none)
The currently installedstd::terminate_handler.
This section is incomplete Reason: no example |
the type of the function called bystd::terminate (typedef)[edit] | |
changes the function to be called bystd::terminate (function)[edit] |