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 latest version of this topic can be found at <new> typedefs.
new_handler |
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 operatornew 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.