WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
detail::uint128_fallback Class Reference

#include <fmt/format.h>

Public Member Functions

constexpr uint128_fallback (uint64_t hi, uint64_t lo)
constexpr uint128_fallback (uint64_t value=0)
constexpr auto high () const noexcept -> uint64_t
constexpr auto low () const noexcept -> uint64_t
template<typename T, FMT_ENABLE_IF(std::is_integral< T >::value)>
constexpr operator T () const
FMT_CONSTEXPR auto operator>> (int shift) const -> uint128_fallback
FMT_CONSTEXPR auto operator<< (int shift) const -> uint128_fallback
FMT_CONSTEXPR auto operator>>= (int shift) -> uint128_fallback &
FMT_CONSTEXPR void operator+= (uint128_fallback n)
FMT_CONSTEXPR void operator&= (uint128_fallback n)
FMT_CONSTEXPR20 auto operator+= (uint64_t n) noexcept -> uint128_fallback &

Friends

constexpr auto operator== (const uint128_fallback &lhs, const uint128_fallback &rhs) -> bool
constexpr auto operator!= (const uint128_fallback &lhs, const uint128_fallback &rhs) -> bool
constexpr auto operator> (const uint128_fallback &lhs, const uint128_fallback &rhs) -> bool
constexpr auto operator| (const uint128_fallback &lhs, const uint128_fallback &rhs) -> uint128_fallback
constexpr auto operator& (const uint128_fallback &lhs, const uint128_fallback &rhs) -> uint128_fallback
constexpr auto operator~ (const uint128_fallback &n) -> uint128_fallback
FMT_CONSTEXPR auto operator+ (const uint128_fallback &lhs, const uint128_fallback &rhs) -> uint128_fallback
FMT_CONSTEXPR auto operator* (const uint128_fallback &lhs, uint32_t rhs) -> uint128_fallback
constexpr auto operator- (const uint128_fallback &lhs, uint64_t rhs) -> uint128_fallback

Constructor & Destructor Documentation

◆ uint128_fallback() [1/2]

detail::uint128_fallback::uint128_fallback ( uint64_t hi,
uint64_t lo )
inlineconstexpr

◆ uint128_fallback() [2/2]

detail::uint128_fallback::uint128_fallback ( uint64_t value = 0)
inlineconstexpr

Member Function Documentation

◆ high()

auto detail::uint128_fallback::high ( ) const->uint64_t
inlineconstexprnoexcept

◆ low()

auto detail::uint128_fallback::low ( ) const->uint64_t
inlineconstexprnoexcept

◆ operator T()

template<typename T, FMT_ENABLE_IF(std::is_integral< T >::value)>
detail::uint128_fallback::operator T ( ) const
inlineexplicitconstexpr

◆ operator&=()

FMT_CONSTEXPR void detail::uint128_fallback::operator&= ( uint128_fallback n)
inline

◆ operator+=() [1/2]

FMT_CONSTEXPR void detail::uint128_fallback::operator+= ( uint128_fallback n)
inline

◆ operator+=() [2/2]

FMT_CONSTEXPR20 auto detail::uint128_fallback::operator+= ( uint64_t n) ->uint128_fallback &
inlinenoexcept

◆ operator<<()

FMT_CONSTEXPR auto detail::uint128_fallback::operator<< ( int shift) const->uint128_fallback
inline

◆ operator>>()

FMT_CONSTEXPR auto detail::uint128_fallback::operator>> ( int shift) const->uint128_fallback
inline

◆ operator>>=()

FMT_CONSTEXPR auto detail::uint128_fallback::operator>>= ( int shift) ->uint128_fallback &
inline

◆ operator!=

auto operator!= ( const uint128_fallback & lhs,
const uint128_fallback & rhs )->bool
friend

◆ operator&

auto operator& ( const uint128_fallback & lhs,
const uint128_fallback & rhs )->uint128_fallback
friend

◆ operator*

FMT_CONSTEXPR auto operator* ( const uint128_fallback & lhs,
uint32_t rhs )->uint128_fallback
friend

◆ operator+

FMT_CONSTEXPR auto operator+ ( const uint128_fallback & lhs,
const uint128_fallback & rhs )->uint128_fallback
friend

◆ operator-

auto operator- ( const uint128_fallback & lhs,
uint64_t rhs )->uint128_fallback
friend

◆ operator==

auto operator== ( const uint128_fallback & lhs,
const uint128_fallback & rhs )->bool
friend

◆ operator>

auto operator> ( const uint128_fallback & lhs,
const uint128_fallback & rhs )->bool
friend

◆ operator|

auto operator| ( const uint128_fallback & lhs,
const uint128_fallback & rhs )->uint128_fallback
friend

◆ operator~

auto operator~ ( const uint128_fallback & n) ->uint128_fallback
friend

The documentation for this class was generated from the following file: