Files
2025-10-25 03:02:53 +03:00

638 B

[get.new.handler]

17 Language support library [support]

17.6 Dynamic memory management [support.dynamic]

17.6.4 Storage allocation errors [alloc.errors]

17.6.4.5 get_new_handler [get.new.handler]

🔗

new_handler get_new_handler() noexcept;

1

#

Returns: The current new_handler.

[Note 1:

This can be a null pointer value.

— end note]