Audacity 3.2.0
Public Member Functions | Public Attributes | List of all members
fast_float::value128 Struct Reference

#include <fast_float.h>

Public Member Functions

 value128 (uint64_t _low, uint64_t _high)
 
 value128 ()
 

Public Attributes

uint64_t low
 
uint64_t high
 

Detailed Description

Definition at line 224 of file fast_float.h.

Constructor & Destructor Documentation

◆ value128() [1/2]

fast_float::value128::value128 ( uint64_t  _low,
uint64_t  _high 
)
inline

Definition at line 227 of file fast_float.h.

227: low(_low), high(_high) {}

◆ value128() [2/2]

fast_float::value128::value128 ( )
inline

Definition at line 228 of file fast_float.h.

228: low(0), high(0) {}

Member Data Documentation

◆ high

uint64_t fast_float::value128::high

◆ low

uint64_t fast_float::value128::low

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