![]() |
FastEngine 0.9.4
A multiplayer oriented 2D engine made with Vulkan.
|
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 |
| int fast_float::parse_options_t< UC >::base |
The base used for integers
| UC fast_float::parse_options_t< UC >::decimal_point |
The character used as decimal point
| chars_format fast_float::parse_options_t< UC >::format |
Which number formats are accepted