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.hpp
第
129
行定义.
该结构体的文档由以下文件生成:
type_traits.hpp
neforce
conditional
制作者
1.16.0