Defined in header <new> | ||
---|---|---|
std::new_handler get_new_handler() noexcept; | (since C++11) |
Returns the currently installed new-handler, which may be a null pointer.
This function is thread-safe. Previous call to | (since C++11) |
(none).
The currently installed new-handler, which may be a null pointer value.
allocation functions (function) |
|
registers a new handler (function) |
|
function pointer type of the new handler (typedef) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/memory/new/get_new_handler