std::get_new_handler
Min standard notice:
Header: <new>
Returns the currently installed new-handler, which may be a null pointer.
# Declarations
std::new_handler get_new_handler() noexcept;
(since C++11)
# Return value
The currently installed new-handler, which may be a null pointer value.