YSTest
PreAlpha_b500_20140530
The YSLib Test Project
|
#include <cstdint.hpp>
Public 类型 | |
using | type = std::int8_t |
using | unsigned_type = std::uint8_t |
using | fast_type = std::int_fast8_t |
using | unsigned_fast_type = std::uint_fast8_t |
using | least_type = std::int_least8_t |
using | unsigned_least_type = std::uint_least8_t |
在文件 cstdint.hpp 第 92 行定义.
using ystdex::make_width_int< 8U >::fast_type = std::int_fast8_t |
在文件 cstdint.hpp 第 96 行定义.
using ystdex::make_width_int< 8U >::least_type = std::int_least8_t |
在文件 cstdint.hpp 第 98 行定义.
using ystdex::make_width_int< 8U >::type = std::int8_t |
在文件 cstdint.hpp 第 94 行定义.
using ystdex::make_width_int< 8U >::unsigned_fast_type = std::uint_fast8_t |
在文件 cstdint.hpp 第 97 行定义.
using ystdex::make_width_int< 8U >::unsigned_least_type = std::uint_least8_t |
在文件 cstdint.hpp 第 99 行定义.
using ystdex::make_width_int< 8U >::unsigned_type = std::uint8_t |
在文件 cstdint.hpp 第 95 行定义.