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 a terminate_handler.
typedef void ( *terminate_handler )( );
Remarks
The type describes a pointer to a function suitable for use as a terminate handler.
Example
See set_terminate for an example of the use of terminate_handler.
Requirements
Header: <exception>
Namespace: std