#include <format-inl.h>
Definition at line 779 of file format-inl.h.
◆ uint128_wrapper() [1/2]
detail::uint128_wrapper::uint128_wrapper |
( |
| ) |
|
|
default |
◆ uint128_wrapper() [2/2]
constexpr detail::uint128_wrapper::uint128_wrapper |
( |
uint64_t |
high, |
|
|
uint64_t |
low |
|
) |
| |
|
inline |
◆ high()
constexpr uint64_t detail::uint128_wrapper::high |
( |
| ) |
const |
|
inline |
◆ low()
constexpr uint64_t detail::uint128_wrapper::low |
( |
| ) |
const |
|
inline |
◆ operator+=()
◆ high_
uint64_t detail::uint128_wrapper::high_ |
◆ low_
uint64_t detail::uint128_wrapper::low_ |
The documentation for this struct was generated from the following file: