Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
fast_float::value128 Struct Reference

#include <src/fast_float/fast_float.h>

Public Member Functions

 value128 (uint64_t _low, uint64_t _high)
 
 value128 ()
 

Public Attributes

uint64_t low
 
uint64_t high
 

Detailed Description

Constructor & Destructor Documentation

◆ value128() [1/2]

fast_float::value128::value128 ( uint64_t  _low,
uint64_t  _high 
)
inline
202: low(_low), high(_high) {}
uint64_t high
Definition fast_float.h:201
uint64_t low
Definition fast_float.h:200

◆ value128() [2/2]

fast_float::value128::value128 ( )
inline
203: low(0), high(0) {}

Member Data Documentation

◆ high

◆ low


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