Loxahatchee  v0.0.1-1346
Lox Convenience C++ Library
LoxMeasurement.cpp File Reference

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>
Include dependency graph for LoxMeasurement.cpp:

Variables

static double limit_where_ambiguous_values_are_considered_metric = 48
 

Detailed Description

Common functions to work with and convert metric and imperial measurements.

Variable Documentation

double limit_where_ambiguous_values_are_considered_metric = 48
static