|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
128位整数类型实现 更多...
#include "NeForce/core/config/msvc_intrinsic.hpp"#include "NeForce/core/exception/exception.hpp"#include "NeForce/core/numeric/numeric_traits.hpp"#include "NeForce/core/interface/inumeric.hpp"#include "NeForce/core/interface/icommon.hpp"类 | |
| struct | neforce::uint128_t |
| 128位无符号整数类型 更多... | |
| struct | neforce::int128_t |
| 128位有符号整数类型 更多... | |
| class | neforce::numeric_traits< uint128_t > |
| uint128_t类型的数值特征特化 更多... | |
| class | neforce::numeric_traits< int128_t > |
| int128_t类型的数值特征特化 更多... | |
函数 | |
| constexpr uint128_t | neforce::operator""_u128 (const unsigned long long val) noexcept |
| 128位无符号整数字面量 | |
| constexpr int128_t | neforce::operator""_i128 (const unsigned long long val) noexcept |
| 128位有符号整数字面量 | |