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

Concept for value types stored inside a UnitValue / MeasureValue. More...

#include <core.hpp>

Concept definition

template<typename T>
concept dimval::NumericValue = std::is_arithmetic_v<T>
Concept for value types stored inside a UnitValue / MeasureValue.
Definition core.hpp:17

Detailed Description

Concept for value types stored inside a UnitValue / MeasureValue.

Built-in arithmetic types are supported by default.