#include <format.h>
Definition at line 328 of file format.h.
◆ uint128_fallback() [1/2]
constexpr detail::uint128_fallback::uint128_fallback |
( |
uint64_t |
hi, |
|
|
uint64_t |
lo |
|
) |
| |
|
inlineconstexpr |
◆ uint128_fallback() [2/2]
constexpr detail::uint128_fallback::uint128_fallback |
( |
uint64_t |
value = 0 | ) |
|
|
inlineconstexpr |
◆ high()
constexpr auto detail::uint128_fallback::high |
( |
| ) |
const -> uint64_t |
|
inlineconstexprnoexcept |
◆ low()
constexpr auto detail::uint128_fallback::low |
( |
| ) |
const -> uint64_t |
|
inlineconstexprnoexcept |
◆ operator T()
template<typename T , FMT_ENABLE_IF(std::is_integral< T >::value) >
constexpr detail::uint128_fallback::operator T |
( |
| ) |
const |
|
inlineexplicitconstexpr |
◆ operator&=()
◆ operator+=() [1/2]
◆ operator+=() [2/2]
◆ operator<<()
◆ operator>>()
◆ operator>>=()
◆ operator!=
◆ operator&
◆ operator*
◆ operator+
◆ operator-
◆ operator==
◆ operator>
◆ operator|
◆ operator~
◆ hi_
uint64_t detail::uint128_fallback::hi_ |
|
private |
◆ lo_
uint64_t detail::uint128_fallback::lo_ |
|
private |
The documentation for this class was generated from the following file: