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

判断分配器是否具有construct成员函数 更多...

#include <type_traits.hpp>

详细描述

template<typename Alloc, typename T, typename... Args>
struct has_construct< Alloc, T, Args >

判断分配器是否具有construct成员函数

模板参数
Alloc分配器类型
T要构造的对象类型
Args构造参数类型

在文件 type_traits.hpp4320 行定义.


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