首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

std::get_new_handler

Defined in header <new>

std::new_handler get_new_handler();

(since C++11)

返回当前安装的新处理程序,它可能是空指针。

This function is thread-safe. Previous call to std::set_new_handler synchronizes-with (see std::memory_order) the subsequent calls to std::get_new_handler.

(since C++11)

参数

%280%29

返回值

当前安装的新处理程序,它可能是空指针值。

例外

noexcept规格:

noexcept

另见

operator newoperator new[]

allocation functions (function)

set_new_handler

registers a new handler (function)

new_handler

function pointer type of the new handler (typedef)

代码语言:txt
复制
 © cppreference.com

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

扫码关注腾讯云开发者

领取腾讯云代金券