Audacity 3.2.0
Public Member Functions | Public Attributes | List of all members
fast_float::parse_options Struct Reference

#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
 

Detailed Description

Definition at line 57 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 58 of file fast_float.h.

60 : format(fmt), decimal_point(dot) {}

Member Data Documentation

◆ decimal_point

char fast_float::parse_options::decimal_point

The character used as decimal point

Definition at line 65 of file fast_float.h.

◆ format

chars_format fast_float::parse_options::format

Which number formats are accepted

Definition at line 63 of file fast_float.h.


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