Agora  1.2.0
Agora project
fmt::v8::detail::uint128_wrapper Struct Reference

#include <format-inl.h>

Public Member Functions

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

Public Attributes

uint64_t high_
 
uint64_t low_
 

Constructor & Destructor Documentation

◆ uint128_wrapper() [1/2]

fmt::v8::detail::uint128_wrapper::uint128_wrapper ( )
default

◆ uint128_wrapper() [2/2]

constexpr fmt::v8::detail::uint128_wrapper::uint128_wrapper ( uint64_t  high,
uint64_t  low 
)
throw (
)
inlineconstexpr
Here is the call graph for this function:

Member Function Documentation

◆ high()

constexpr uint64_t fmt::v8::detail::uint128_wrapper::high ( ) const
throw (
)
inlineconstexpr
Here is the caller graph for this function:

◆ low()

constexpr uint64_t fmt::v8::detail::uint128_wrapper::low ( ) const
throw (
)
inlineconstexpr
Here is the caller graph for this function:

◆ operator+=()

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

Member Data Documentation

◆ high_

uint64_t fmt::v8::detail::uint128_wrapper::high_

◆ low_

uint64_t fmt::v8::detail::uint128_wrapper::low_

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