Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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