YSTest
PreAlpha_b500_20140530
The YSLib Test Project
|
#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 |
在文件 cstdint.hpp 第 114 行定义.
using ystdex::make_width_int< 32U >::fast_type = std::int_fast32_t |
在文件 cstdint.hpp 第 118 行定义.
using ystdex::make_width_int< 32U >::least_type = std::int_least32_t |
在文件 cstdint.hpp 第 120 行定义.
using ystdex::make_width_int< 32U >::type = std::int32_t |
在文件 cstdint.hpp 第 116 行定义.
using ystdex::make_width_int< 32U >::unsigned_fast_type = std::uint_fast32_t |
在文件 cstdint.hpp 第 119 行定义.
using ystdex::make_width_int< 32U >::unsigned_least_type = std::uint_least32_t |
在文件 cstdint.hpp 第 121 行定义.
using ystdex::make_width_int< 32U >::unsigned_type = std::uint32_t |
在文件 cstdint.hpp 第 117 行定义.