dimval 0.2.0
Modern C++23 header-only library of dimensional values (units, measures, ranges)
Loading...
Searching...
No Matches
range.hpp File Reference

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>
Include dependency graph for range.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

UnitRangeValue and MeasureRangeValue — closed/open intervals of dimensional values.