|
rapidyaml 0.15.2
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. | |
| size_t | c4::atof_first (csubstr str, float *v) noexcept |
| Convert a string to a single precision real number. | |
|
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 2121 of file charconv.hpp.
Referenced by atof_first(), atox(), and from_chars().
|
inlinenoexcept |
Convert a string to a single precision real number.
Leading whitespace is skipped until valid characters are found.
Definition at line 2159 of file charconv.hpp.
Referenced by from_chars_first().