|
dimval 0.2.0
Modern C++23 header-only library of dimensional values (units, measures, ranges)
|
Closed/open interval over a UnitValue<U,T>. More...
#include <range.hpp>
Public Member Functions | |
| constexpr | UnitRangeValue (bound_t lo, bound_t hi, const RangeInclusion inc=RangeInclusion::closed()) noexcept |
| Unchecked constructor — caller must guarantee min <= max and that an exclusive single-point range is not constructed. | |
Closed/open interval over a UnitValue<U,T>.