unexpected_handler
The type describes a pointer to a function suitable for use as an unexpected_handler.
typedef void (*unexpected_handler)( );
Example
See set_unexpected for an example of the use of unexpected_handler.
Requirements
Header: <exception>
Namespace: std