|
rapidyaml
0.13.0
parse and emit YAML, and do it fast
|
Functions | |
| bool | c4::atof (csubstr str, float *v) noexcept |
| Convert a string to a single precision real number. More... | |
| size_t | c4::atof_first (csubstr str, float *v) noexcept |
| Convert a string to a single precision real number. More... | |
|
inlinenoexcept |
Convert a string to a single precision real number.
The input string must be trimmed to the value, ie no leading or trailing whitespace can be present.
Definition at line 2106 of file charconv.hpp.
|
inlinenoexcept |
Convert a string to a single precision real number.
Leading whitespace is skipped until valid characters are found.
Definition at line 2144 of file charconv.hpp.