NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
fast_float::parse_options Struct Reference

#include <fast_float.h>

Collaboration diagram for fast_float::parse_options:

Public Member Functions

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

Public Attributes

chars_format format
 
char decimal_point
 

Detailed Description

Definition at line 20 of file fast_float.h.

Constructor & Destructor Documentation

◆ parse_options()

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

Definition at line 21 of file fast_float.h.

Member Data Documentation

◆ decimal_point

char fast_float::parse_options::decimal_point

The character used as decimal point

Definition at line 28 of file fast_float.h.

◆ format

chars_format fast_float::parse_options::format

Which number formats are accepted

Definition at line 26 of file fast_float.h.


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