new_handler

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

See Also

Other Resources

<new> Members