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

#include <format.h>

Public Member Functions

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

Public Attributes

uint64_t high_
 
uint64_t low_
 

Detailed Description

Definition at line 816 of file format.h.

Constructor & Destructor Documentation

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

Definition at line 839 of file format.h.

Member Function Documentation

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

Definition at line 842 of file format.h.

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

Definition at line 843 of file format.h.

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

Definition at line 845 of file format.h.

Member Data Documentation

uint64_t detail::uint128_wrapper::high_

Definition at line 836 of file format.h.

uint64_t detail::uint128_wrapper::low_

Definition at line 837 of file format.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:51