Rosetta
Public Member Functions | Public Attributes | List of all members
detail::uint128_wrapper Struct Reference

#include <format.h>

Public Member Functions

 uint128_wrapper ()=default
 
 uint128_wrapper (uint64_t high, uint64_t low) FMT_NOEXCEPT
 
uint64_t high () const FMT_NOEXCEPT
 
uint64_t low () const FMT_NOEXCEPT
 
uint128_wrapperoperator+= (uint64_t n) FMT_NOEXCEPT
 

Public Attributes

uint64_t high_
 
uint64_t low_
 

Constructor & Destructor Documentation

◆ uint128_wrapper() [1/2]

detail::uint128_wrapper::uint128_wrapper ( )
default

◆ uint128_wrapper() [2/2]

detail::uint128_wrapper::uint128_wrapper ( uint64_t  high,
uint64_t  low 
)
inline

Member Function Documentation

◆ high()

uint64_t detail::uint128_wrapper::high ( ) const
inline

◆ low()

uint64_t detail::uint128_wrapper::low ( ) const
inline

◆ operator+=()

uint128_wrapper& detail::uint128_wrapper::operator+= ( uint64_t  n)
inline

Member Data Documentation

◆ high_

uint64_t detail::uint128_wrapper::high_

◆ low_

uint64_t detail::uint128_wrapper::low_

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