function
<exception>
std::get_terminateterminate_handler get_terminate() noexcept;
Get terminate handler function
Gets the terminate handler function.The terminate handler function is automatically called when no catch
handler can be found for a thrown exception, or for some other exceptional circumstance that makes impossible to continue the exception handling process.
If no such function has been set by a previous call to set_terminate, the function may return a null-pointer (although some implementations may also return a valid function pointer that calls abort).
terminate_handler is a function pointer type taking no arguments and returning no value.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4