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