nothrow (<new>)
為 new 和 delete的 nothrow 版本提供做為引數所使用的物件。
extern const std::nothrow_t nothrow;
備註
物件是用來做為函式引數符合參數型別 std::nothrow_t。
範例
請參閱 new 運算子 和 new 運算子 [in] 以 std::nothrow_t 如何針對範例做為函式參數。
需求
標題: <new>
命名空間: std
為 new 和 delete的 nothrow 版本提供做為引數所使用的物件。
extern const std::nothrow_t nothrow;
物件是用來做為函式引數符合參數型別 std::nothrow_t。
請參閱 new 運算子 和 new 運算子 [in] 以 std::nothrow_t 如何針對範例做為函式參數。
標題: <new>
命名空間: std