OpenSiv3D  v0.6.5
C++20 framework for creative coding
Int128.hpp File Reference
#include "Common.hpp"
#include "FormatData.hpp"
#include <ThirdParty/absl/numeric/int128.h>
#include "detail/Int128.ipp"

Namespaces

 s3d
 

Typedefs

using s3d::int128 = absl::int128
 符号付き 128-bit 整数型 | Signed integer type with width of 128 bits More...
 
using s3d::uint128 = absl::uint128
  符号無し 128-bit 整数型 | Unsigned integer type with width of 128 bits More...
 

Functions

constexpr int128 s3d::MakeInt128 (int64 high, uint64 low) noexcept
 
constexpr uint128 s3d::MakeUint128 (uint64 high, uint64 low) noexcept
 
void s3d::Formatter (FormatData &formatData, int128 value)
 
void s3d::Formatter (FormatData &formatData, uint128 value)