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

#include <src/fast_float/fast_float.h>

Public Member Functions

 parse_options (chars_format fmt=chars_format::general, char dot='.')
 

Public Attributes

chars_format format
 
char decimal_point
 

Detailed Description

Constructor & Destructor Documentation

◆ parse_options()

fast_float::parse_options::parse_options ( chars_format  fmt = chars_format::general,
char  dot = '.' 
)
inlineexplicit
60 : format(fmt), decimal_point(dot) {}
char decimal_point
Definition fast_float.h:65
chars_format format
Definition fast_float.h:63

Member Data Documentation

◆ decimal_point

char fast_float::parse_options::decimal_point

The character used as decimal point

◆ format

chars_format fast_float::parse_options::format

Which number formats are accepted


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