dimval 0.2.0
Modern C++23 header-only library of dimensional values (units, measures, ranges)
Loading...
Searching...
No Matches
dimval::UnitRangeValue< U, T > Class Template Reference

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.
 

Detailed Description

template<UnitLike U, NumericValue T = double>
class dimval::UnitRangeValue< U, T >

Closed/open interval over a UnitValue<U,T>.


The documentation for this class was generated from the following files: