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

#include <cstdint.hpp>

Public 类型

using type = std::int16_t
 
using unsigned_type = std::uint16_t
 
using fast_type = std::int_fast16_t
 
using unsigned_fast_type = std::uint_fast16_t
 
using least_type = std::int_least16_t
 
using unsigned_least_type = std::uint_least16_t
 

详细描述

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

在文件 cstdint.hpp103 行定义.

成员类型定义说明

using ystdex::make_width_int< 16U >::fast_type = std::int_fast16_t

在文件 cstdint.hpp107 行定义.

using ystdex::make_width_int< 16U >::least_type = std::int_least16_t

在文件 cstdint.hpp109 行定义.

using ystdex::make_width_int< 16U >::type = std::int16_t

在文件 cstdint.hpp105 行定义.

using ystdex::make_width_int< 16U >::unsigned_fast_type = std::uint_fast16_t

在文件 cstdint.hpp108 行定义.

using ystdex::make_width_int< 16U >::unsigned_least_type = std::uint_least16_t

在文件 cstdint.hpp110 行定义.

using ystdex::make_width_int< 16U >::unsigned_type = std::uint16_t

在文件 cstdint.hpp106 行定义.


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