class uint128_fallback
Declaration
class uint128_fallback { /* full declaration omitted */ };
Declared at: third_party/fmt/include/fmt/format.h:367
Method Overview
- public constexpr uint64_t high() const noexcept
- public constexpr uint64_t low() const noexcept
- public template <typename T, fmt::enable_if_t<(std::is_integral<T>::value), int> = 0>constexpr T operator type-parameter-0-0() const
- public constexpr uint128_fallback(uint64_t hi, uint64_t lo)
- public constexpr uint128_fallback(uint64_t value = 0)
Methods
¶constexpr uint64_t high() const noexcept
constexpr uint64_t high() const noexcept
Declared at: third_party/fmt/include/fmt/format.h:377
¶constexpr uint64_t low() const noexcept
constexpr uint64_t low() const noexcept
Declared at: third_party/fmt/include/fmt/format.h:378
¶template <
typename T,
fmt::enable_if_t<(std::is_integral<T>::value),
int> = 0>
constexpr T operator type - parameter - 0 -
0() const
template <
typename T,
fmt::enable_if_t<(std::is_integral<T>::value),
int> = 0>
constexpr T operator type - parameter - 0 -
0() const
Declared at: third_party/fmt/include/fmt/format.h:381
Templates
- T
- fmt::enable_if_t<(std::is_integral
::value), int>
¶constexpr uint128_fallback(uint64_t hi,
uint64_t lo)
constexpr uint128_fallback(uint64_t hi,
uint64_t lo)
Declared at: third_party/fmt/include/fmt/format.h:374
Parameters
- uint64_t hi
- uint64_t lo
¶constexpr uint128_fallback(uint64_t value = 0)
constexpr uint128_fallback(uint64_t value = 0)
Declared at: third_party/fmt/include/fmt/format.h:375
Parameters
- uint64_t value = 0