has_nothrow_default_constructor Class
如果在預設的建構的型別不能擲回的測試。
template<class Ty>
struct has_nothrow_default_constructor;
參數
- Ty
要查詢的類型。
備註
如果為 true,則保留型別述詞的執行個體的型別Ty有 nothrow 預設建構函式,否則它會保留,則為 false。
需求
標頭: <type_traits>
Namespace: 標準
如果在預設的建構的型別不能擲回的測試。
template<class Ty>
struct has_nothrow_default_constructor;
如果為 true,則保留型別述詞的執行個體的型別Ty有 nothrow 預設建構函式,否則它會保留,則為 false。
標頭: <type_traits>
Namespace: 標準