nothrow_t Structure

而不是引发异常,结构,用于在向新运算符的函数参数指示函数应返回null指针报告分配失败。

struct std::nothrow_t {};

备注

结构帮助编译器选择构造函数的正确版本。nothrow (<new>) 是类型 std::nothrow_t对象的同义词。

示例

请参见 new运算符新operator[] 以 std::nothrow_t 如何的示例使用作为函数参数。

要求

Header: <new>

命名空间: std

请参见

参考

线程安全性对标准C++库中