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

#include <src/fast_float/fast_float.h>

Public Member Functions

 decimal ()=default
 
 decimal (const decimal &)=delete
 
decimaloperator= (const decimal &)=delete
 
 decimal (decimal &&)=default
 
decimaloperator= (decimal &&other)=default
 

Public Attributes

uint32_t num_digits {0}
 
int32_t decimal_point {0}
 
bool negative {false}
 
bool truncated {false}
 
uint8_t digits [max_digits]
 

Detailed Description

Constructor & Destructor Documentation

◆ decimal() [1/3]

fast_float::decimal::decimal ( )
default

◆ decimal() [2/3]

fast_float::decimal::decimal ( const decimal )
delete

◆ decimal() [3/3]

fast_float::decimal::decimal ( decimal &&  )
default

Member Function Documentation

◆ operator=() [1/2]

decimal & fast_float::decimal::operator= ( const decimal )
delete

◆ operator=() [2/2]

decimal & fast_float::decimal::operator= ( decimal &&  other)
default

Member Data Documentation

◆ decimal_point

◆ digits

◆ negative

bool fast_float::decimal::negative {false}

◆ num_digits

◆ truncated


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