has_nothrow_default_constructor 类
测试,如果类型在默认构造不引发。
template<class Ty>
struct has_nothrow_default_constructor;
参数
- Ty
查询的类型。
备注
谓词应用类型的实例,则 Ty 类型是具有默认构造函数,否则它对负错误。
要求
标头: <type_traits>
命名空间: std
测试,如果类型在默认构造不引发。
template<class Ty>
struct has_nothrow_default_constructor;
谓词应用类型的实例,则 Ty 类型是具有默认构造函数,否则它对负错误。
标头: <type_traits>
命名空间: std