std::new_handler

std::new_handler

Defined in header <new>
typedef void (*new_handler)();

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.
http://en.cppreference.com/w/cpp/memory/new/new_handler

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部