class uint128_fallback

Defined at line 302 of file ../../third_party/fmtlib/src/include/fmt/format.h

Public Methods

void uint128_fallback (uint64_t hi, uint64_t lo)

Defined at line 307 of file ../../third_party/fmtlib/src/include/fmt/format.h

void uint128_fallback (uint64_t value)

Defined at line 308 of file ../../third_party/fmtlib/src/include/fmt/format.h

uint64_t high ()

Defined at line 310 of file ../../third_party/fmtlib/src/include/fmt/format.h

uint64_t low ()

Defined at line 311 of file ../../third_party/fmtlib/src/include/fmt/format.h

template <typename T, FMT_ENABLE_IF(std::is_integral<T>::value)>
T operator T ()

Defined at line 314 of file ../../third_party/fmtlib/src/include/fmt/format.h

uint128_fallback operator>> (int shift)

Defined at line 363 of file ../../third_party/fmtlib/src/include/fmt/format.h

uint128_fallback operator<< (int shift)

Defined at line 368 of file ../../third_party/fmtlib/src/include/fmt/format.h

uint128_fallback & operator>>= (int shift)

Defined at line 373 of file ../../third_party/fmtlib/src/include/fmt/format.h

void operator+= (uint128_fallback n)

Defined at line 376 of file ../../third_party/fmtlib/src/include/fmt/format.h

void operator&= (uint128_fallback n)

Defined at line 383 of file ../../third_party/fmtlib/src/include/fmt/format.h

uint128_fallback & operator+= (uint64_t n)

Defined at line 388 of file ../../third_party/fmtlib/src/include/fmt/format.h

Friends

uint128_fallback uint128_fallback (const uint128_fallback & lhs, uint64_t rhs)
uint128_fallback uint128_fallback (const uint128_fallback & lhs, uint32_t rhs)
uint128_fallback uint128_fallback (const uint128_fallback & lhs, const uint128_fallback & rhs)
uint128_fallback uint128_fallback (const uint128_fallback & n)
uint128_fallback uint128_fallback (const uint128_fallback & lhs, const uint128_fallback & rhs)
uint128_fallback uint128_fallback (const uint128_fallback & lhs, const uint128_fallback & rhs)
bool uint128_fallback (const uint128_fallback & lhs, const uint128_fallback & rhs)
bool uint128_fallback (const uint128_fallback & lhs, const uint128_fallback & rhs)
bool uint128_fallback (const uint128_fallback & lhsconst uint128_fallback & rhs)