Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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