Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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