|
MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
判断分配器是否具有construct成员函数 更多...
#include <type_traits.hpp>
判断分配器是否具有construct成员函数
| Alloc | 分配器类型 |
| T | 要构造的对象类型 |
| Args | 构造参数类型 |
在文件 type_traits.hpp 第 4320 行定义.