nothrow_t Structure
而不會擲回例外狀況,結構,用以在對new運算子的函式參數表示函式應該會傳回null指標報表配置失敗。
struct std::nothrow_t {};
備註
結構可協助編譯器選項建構函式的正確版本。 nothrow (<new>) 是型別 std::nothrow_t物件的一個同義資料表。
範例
請參閱 new 運算子 和 new 運算子 [in] 以 std::nothrow_t 如何針對範例做為函式參數。
需求
Header: <new>
命名空間: std