On this page
std::new_handler
Defined in header <new> |
||
---|---|---|
|
std::new_handler
is the function pointer type (pointer to function that takes no arguments and returns void), which is used by the functions std::set_new_handler
and std::get_new_handler
.
See also
allocation functions (function) |
|
registers a new handler (function) |
|
(C++11)
|
obtains the current new handler (function) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/memory/new/new_handler