NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
int128.hpp 文件参考

128位整数类型实现 更多...

int128.hpp 的引用(Include)关系图:

浏览该文件的源代码.

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位有符号整数字面量

详细描述

128位整数类型实现

此文件提供了128位有符号和无符号整数类型的完整实现。

在文件 int128.hpp 中定义.