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