FastEngine 0.9.4
A multiplayer oriented 2D engine made with Vulkan.
Loading...
Searching...
No Matches
fast_float::parse_options_t< UC > Struct Template Reference

Public Member Functions

constexpr parse_options_t (chars_format fmt=chars_format::general, UC dot=UC('.'), int b=10)

Public Attributes

chars_format format
UC decimal_point
int base

Member Data Documentation

◆ base

template<typename UC>
int fast_float::parse_options_t< UC >::base

The base used for integers

◆ decimal_point

template<typename UC>
UC fast_float::parse_options_t< UC >::decimal_point

The character used as decimal point

◆ format

template<typename UC>
chars_format fast_float::parse_options_t< UC >::format

Which number formats are accepted


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