|
dimval 0.2.0
Modern C++23 header-only library of dimensional values (units, measures, ranges)
|
UnitRangeValue and MeasureRangeValue — closed/open intervals of dimensional values. More...
#include <dimval/core.hpp>#include <dimval/measure.hpp>#include <dimval/traits.hpp>#include <dimval/unit.hpp>#include <expected>#include <optional>#include <string>#include <utility>

Go to the source code of this file.
Classes | |
| class | dimval::UnitRangeValue< U, T > |
| Closed/open interval over a UnitValue<U,T>. More... | |
| class | dimval::MeasureRangeValue< M, T > |
| Closed/open interval over a MeasureValue<M,T>. More... | |
UnitRangeValue and MeasureRangeValue — closed/open intervals of dimensional values.