nothrow_t 結構
而不會擲回例外狀況,結構用來,當 new 運算子的函式參數指示函式應該傳回 null 指標報告配置失敗。
struct std::nothrow_t {};
備註
結構說明編譯器選取建構函式的正確版本。 nothrow (<new>) 是 std::nothrow_t型別物件的同義字。
範例
請參閱 new 運算子 和 new 運算子 [ 以 std::nothrow_t 如何為例做為函式參數。
需求
新 <的Header: >
命名空間: std
而不會擲回例外狀況,結構用來,當 new 運算子的函式參數指示函式應該傳回 null 指標報告配置失敗。
struct std::nothrow_t {};
結構說明編譯器選取建構函式的正確版本。 nothrow (<new>) 是 std::nothrow_t型別物件的同義字。
請參閱 new 運算子 和 new 運算子 [ 以 std::nothrow_t 如何為例做為函式參數。
新 <的Header: >
命名空間: std