inline ::cras::from_chars_result from_chars(const ::std::string &string, double &value, ::cras::chars_format fmt=::cras::chars_format::general) noexcept
Convert the given string to its best double representation. The behavior is similar to std::from_char...
::cras::from_chars_result from_chars(const char *first, const char *last, float &value, ::cras::chars_format fmt=::cras::chars_format::general) noexcept
Convert the given string to its best float representation. The behavior is similar to std::from_chars...