YSTest  PreAlpha_b500_20140530
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
ystdex::make_width_int< 32U > 模板结构体 参考

#include <cstdint.hpp>

Public 类型

using type = std::int32_t
 
using unsigned_type = std::uint32_t
 
using fast_type = std::int_fast32_t
 
using unsigned_fast_type = std::uint_fast32_t
 
using least_type = std::int_least32_t
 
using unsigned_least_type = std::uint_least32_t
 

详细描述

template<>
struct ystdex::make_width_int< 32U >

在文件 cstdint.hpp114 行定义.

成员类型定义说明

using ystdex::make_width_int< 32U >::fast_type = std::int_fast32_t

在文件 cstdint.hpp118 行定义.

using ystdex::make_width_int< 32U >::least_type = std::int_least32_t

在文件 cstdint.hpp120 行定义.

using ystdex::make_width_int< 32U >::type = std::int32_t

在文件 cstdint.hpp116 行定义.

using ystdex::make_width_int< 32U >::unsigned_fast_type = std::uint_fast32_t

在文件 cstdint.hpp119 行定义.

using ystdex::make_width_int< 32U >::unsigned_least_type = std::uint_least32_t

在文件 cstdint.hpp121 行定义.

using ystdex::make_width_int< 32U >::unsigned_type = std::uint32_t

在文件 cstdint.hpp117 行定义.


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