SoPlex Documentation
Loading...
Searching...
No Matches
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_
 

Detailed Description

Definition at line 816 of file format.h.

Constructor & Destructor Documentation

◆ uint128_wrapper() [1/2]

uint128_wrapper ( )
default

◆ uint128_wrapper() [2/2]

uint128_wrapper ( uint64_t high,
uint64_t low )

Definition at line 839 of file format.h.

Member Function Documentation

◆ high()

◆ low()

uint64_t low ( ) const

Definition at line 843 of file format.h.

Referenced by cache_accessor< double >::get_cached_power().

◆ operator+=()

uint128_wrapper & operator+= ( uint64_t n)

Definition at line 845 of file format.h.

Member Data Documentation

◆ high_

uint64_t high_

Definition at line 836 of file format.h.

◆ low_

uint64_t low_

Definition at line 837 of file format.h.