NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <fast_float.h>
Public Member Functions | |
constexpr | parse_options (chars_format fmt=chars_format::general, char dot='.') |
Public Attributes | |
chars_format | format |
char | decimal_point |
Definition at line 20 of file fast_float.h.
|
inlineexplicitconstexpr |
Definition at line 21 of file fast_float.h.
char fast_float::parse_options::decimal_point |
The character used as decimal point
Definition at line 28 of file fast_float.h.
chars_format fast_float::parse_options::format |
Which number formats are accepted
Definition at line 26 of file fast_float.h.