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

根据大小和符号创建整数类型 更多...

#include <type_traits.hpp>

详细描述

template<size_t Size, bool IsSigned = true>
struct make_integer< Size, IsSigned >

根据大小和符号创建整数类型

模板参数
Size字节大小
IsSigned是否为有符号类型,默认为true

在文件 type_traits.hpp3415 行定义.


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