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 points to a function suitable for use as a new handler.
typedef void ( *new_handler )( );
Remarks
This type of handler function is called by operator new or operator new[] when they cannot satisfy a request for additional storage.
Example
See set_new_handler for an example using new_handler as a return value.
Requirements
Header: <new>
Namespace: std