function
<exception>
std::get_unexpectedunexpected_handler get_unexpected() noexcept;
Get unexpected handler function
Gets the unexpected handler function.The unexpected handler function is automatically called when a function throws an exception that is not in its dynamic-exception-specification (i.e., in its throw
specifier).
If no such function has been set by a previous call to set_unexpected, the function may return a null-pointer (although some implementations may also return a valid function pointer that calls terminate).
unexpected_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