在线文档教程
C++
应用 | Utilities

std::new_handler

性病:新的[医]处理程序

Defined in header
typedef void (*new_handler)(

std::new_handler函数指针类型%28指向函数,它不带参数并返回void%29,函数使用它std::set_new_handlerstd::get_new_handler...

另见

operator newoperator new[]allocation functions (function)
set_new_handlerregisters a new handler (function)
get_new_handler (C++11)obtains the current new handler (function)

© cppreference.com

在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。

http://en.cppreference.com/w/cpp/Memory/new/new[医]处理程序