typedef void (*unexpected_handler)();
Default behavior: The implementation's default unexpected_handler calls std::terminate().
D.11.2 set_unexpected [set.unexpected] unexpected_handler set_unexpected(unexpected_handler f) noexcept;
Effects: Establishes the function designated by f as the current unexpected_handler.
Remark: It is unspecified whether a null pointer value designates the default unexpected_handler.
Returns: The previous unexpected_handler.
D.11.3 get_unexpected [get.unexpected] unexpected_handler get_unexpected() noexcept;
Returns: The current unexpected_handler. [ Note: This may be a null pointer value. — end note ]
D.11.4 unexpected [unexpected] [[noreturn]] void unexpected();
Effects: Calls the current unexpected_handler function. [ Note: A default unexpected_handler is always considered a callable handler in this context. — end note ]
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