Common functions to work with and convert metric and imperial measurements. More...
#include "LoxString.hpp"
#include "LoxMeasurement.hpp"
#include "LoxException.hpp"
#include <regex>
#include <iomanip>
Variables | |
static double | limit_where_ambiguous_values_are_considered_metric = 48 |
Common functions to work with and convert metric and imperial measurements.
|
static |
Referenced by Lox::Measurement::parse(), and Lox::Measurement::valuesGreaterThanAreConsideredMetric().