MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
is_nothrow_constructible< T, Args > 模板结构体 参考

判断类型是否可以使用指定参数无异常构造 更多...

#include <type_traits.hpp>

详细描述

template<typename T, typename... Args>
struct is_nothrow_constructible< T, Args >

判断类型是否可以使用指定参数无异常构造

模板参数
T要构造的类型
Args构造参数类型

在文件 type_traits.hpp2763 行定义.


该结构体的文档由以下文件生成: