NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
neforce::conditional< Test, T1, T2 > 模板结构体 参考

条件选择类型 更多...

#include <type_traits.hpp>

详细描述

template<bool Test, typename T1, typename T2>
struct neforce::conditional< Test, T1, T2 >

条件选择类型

模板参数
Test布尔测试条件
T1如果Test为true时选择的类型
T2如果Test为false时选择的类型

在文件 type_traits.hpp129 行定义.


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