|
NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
Go to the source code of this file.
Classes | |
| struct | fast_float::from_chars_result |
| struct | fast_float::parse_options |
Namespaces | |
| namespace | fast_float |
Enumerations | |
| enum | fast_float::chars_format { fast_float::scientific = 1<<0 , fast_float::fixed = 1<<2 , fast_float::hex = 1<<3 , fast_float::general = fixed | scientific } |
Functions | |
| template<typename T > | |
| from_chars_result | fast_float::from_chars (const char *first, const char *last, T &value, chars_format fmt=chars_format::general) noexcept |
| template<typename T > | |
| from_chars_result | fast_float::from_chars_advanced (const char *first, const char *last, T &value, parse_options options) noexcept |