|
rapidyaml
0.8.0
parse and emit YAML, and do it fast
|
Functions | |
| bool | c4::atod (csubstr str, double *v) noexcept |
| Convert a string to a double precision real number. More... | |
| size_t | c4::atod_first (csubstr str, double *v) noexcept |
| Convert a string to a double precision real number. More... | |
|
inlinenoexcept |
Convert a string to a double precision real number.
The input string must be trimmed to the value, ie no leading or trailing whitespace can be present.
Definition at line 2172 of file charconv.hpp.
References c4::from_chars(), and c4::yml::npos.
Referenced by c4::atod_first(), c4::atox(), and c4::from_chars().
|
inlinenoexcept |
Convert a string to a double precision real number.
Leading whitespace is skipped until valid characters are found.
Definition at line 2210 of file charconv.hpp.
References c4::atod(), and c4::yml::npos.
Referenced by c4::from_chars_first().