std::new_handler
来自cppreference.com
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
在头文件 <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
[编辑] 另请参阅
分配的功能 (函数) | |
注册一个新的处理程序 (函数) | |
(C++11) |
获得新的处理程序 (函数) |