YSTest
PreAlpha_b500_20140530
The YSLib Test Project
|
#include <cstdint.hpp>
Public 类型 | |
using | type = std::int64_t |
using | unsigned_type = std::uint64_t |
using | fast_type = std::int_fast64_t |
using | unsigned_fast_type = std::uint_fast64_t |
using | least_type = std::int_least64_t |
using | unsigned_least_type = std::uint_least64_t |
在文件 cstdint.hpp 第 125 行定义.
using ystdex::make_width_int< 64U >::fast_type = std::int_fast64_t |
在文件 cstdint.hpp 第 129 行定义.
using ystdex::make_width_int< 64U >::least_type = std::int_least64_t |
在文件 cstdint.hpp 第 131 行定义.
using ystdex::make_width_int< 64U >::type = std::int64_t |
在文件 cstdint.hpp 第 127 行定义.
using ystdex::make_width_int< 64U >::unsigned_fast_type = std::uint_fast64_t |
在文件 cstdint.hpp 第 130 行定义.
using ystdex::make_width_int< 64U >::unsigned_least_type = std::uint_least64_t |
在文件 cstdint.hpp 第 132 行定义.
using ystdex::make_width_int< 64U >::unsigned_type = std::uint64_t |
在文件 cstdint.hpp 第 128 行定义.