|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
条件选择类型 更多...
#include <type_traits.hpp>
条件选择类型
| Test | 布尔测试条件 |
| T1 | 如果Test为true时选择的类型 |
| T2 | 如果Test为false时选择的类型 |
在文件 type_traits.hpp 第 129 行定义.