#include <format.h>
Public Member Functions | |
uint64_t | high () const FMT_NOEXCEPT |
uint64_t | low () const FMT_NOEXCEPT |
uint128_wrapper & | operator+= (uint64_t n) FMT_NOEXCEPT |
uint128_wrapper ()=default | |
uint128_wrapper (uint64_t high, uint64_t low) FMT_NOEXCEPT | |
Public Attributes | |
uint64_t | high_ |
uint64_t | low_ |
|
default |
|
inline |
|
inline |