8 #ifndef ORCUS_MEASUREMENT_HPP
9 #define ORCUS_MEASUREMENT_HPP
19 ORCUS_DLLPUBLIC
double to_double(std::string_view s,
const char** p_parse_ended =
nullptr);
20 ORCUS_DLLPUBLIC
long to_long(std::string_view s,
const char** p_parse_ended =
nullptr);
21 ORCUS_DLLPUBLIC
bool to_bool(std::string_view s);
34 ORCUS_DLLPUBLIC length_t to_length(std::string_view str);
36 ORCUS_DLLPUBLIC
double convert(
double value, length_unit_t unit_from, length_unit_t unit_to);