|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
根据平台位数定义的大小和指针相关类型 更多...
类型定义 | |
| using | neforce::size_t = uint64_t |
| 无符号大小类型 | |
| using | neforce::ssize_t = int64_t |
| 有符号大小类型 | |
| using | neforce::ptrdiff_t = int64_t |
| 指针差类型 | |
| using | neforce::intptr_t = int64_t |
| 可容纳指针的有符号整数类型 | |
| using | neforce::uintptr_t = uint64_t |
| 可容纳指针的无符号整数类型 | |
| using | neforce::int_least8_t = int8_t |
| 至少8位的有符号整数类型 | |
| using | neforce::int_least16_t = int16_t |
| 至少16位的有符号整数类型 | |
| using | neforce::int_least32_t = int32_t |
| 至少32位的有符号整数类型 | |
| using | neforce::int_least64_t = int64_t |
| 至少64位的有符号整数类型 | |
| using | neforce::uint_least8_t = uint8_t |
| 至少8位的无符号整数类型 | |
| using | neforce::uint_least16_t = uint16_t |
| 至少16位的无符号整数类型 | |
| using | neforce::uint_least32_t = uint32_t |
| 至少32位的无符号整数类型 | |
| using | neforce::uint_least64_t = uint64_t |
| 至少64位的无符号整数类型 | |
| using | neforce::int_fast8_t = int8_t |
| 快速8位有符号整数类型 | |
| using | neforce::int_fast16_t = ssize_t |
| 快速16位有符号整数类型 | |
| using | neforce::int_fast32_t = ssize_t |
| 快速32位有符号整数类型 | |
| using | neforce::int_fast64_t = int64_t |
| 快速64位有符号整数类型 | |
| using | neforce::uint_fast8_t = uint8_t |
| 快速8位无符号整数类型 | |
| using | neforce::uint_fast16_t = size_t |
| 快速16位无符号整数类型 | |
| using | neforce::uint_fast32_t = size_t |
| 快速32位无符号整数类型 | |
| using | neforce::uint_fast64_t = uint64_t |
| 快速64位无符号整数类型 | |
| using | neforce::intmax_t = int64_t |
| 最大有符号整数类型 | |
| using | neforce::uintmax_t = uint64_t |
| 最大无符号整数类型 | |
根据平台位数定义的大小和指针相关类型
| using neforce::intptr_t = int64_t |
| using neforce::ptrdiff_t = int64_t |
| using neforce::size_t = uint64_t |
| using neforce::ssize_t = int64_t |
| using neforce::uintptr_t = uint64_t |