17
Language support library
[support]
17.6
Dynamic memory management
[support.dynamic]
17.6.4
Storage allocation errors
[alloc.errors]
17.6.4.4
set_
new_
handler
[set.new.handler]
🔗
new_handler set_new_handler
(
new_handler new_p
)
noexcept
;
1
#
Effects
: Establishes the function designated by
new_
p
as the current
new_
handler
.
2
#
Returns
: The previous
new_
handler
.
3
#
Remarks
: The initial
new_
handler
is a null pointer
.