A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.cplusplus.com/unexpected_handler below:

type

<exception>

std::unexpected_handler
typedef void (*unexpected_handler)();

Type of unexpected handler function

This is a typedef of a void function with no parameters, used as the argument and return type in function set_unexpected.

An unexpected handler function is a function called when a function throws an exception that is not in its dynamic-exception-specification (i.e., in its throw specifier).

For more info, see the reference for set_unexpected, which is the function used to set a function of this type as the active unexpected handler.



Compatibility The use of dynamic-exception-specifiers is deprecated (since C++11).

See also

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