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