nothrow (<new>)
对于 new 和 删除nothrow 版本的作为参数将使用的对象。
extern const std::nothrow_t nothrow;
备注
对象用于,函数参数匹配参数类型。std::nothrow_t
示例
参见 new 运算符operator new[] 和说明 std::nothrow_t 如何作为示例用作函数参数。
要求
新 <的页眉: >
命名空间: std
对于 new 和 删除nothrow 版本的作为参数将使用的对象。
extern const std::nothrow_t nothrow;
对象用于,函数参数匹配参数类型。std::nothrow_t
参见 new 运算符operator new[] 和说明 std::nothrow_t 如何作为示例用作函数参数。
新 <的页眉: >
命名空间: std