|
dimval 0.2.0
Modern C++23 header-only library of dimensional values (units, measures, ranges)
|
CRTP base for unit tags. More...
#include <base.hpp>


CRTP base for unit tags.
Self must publish at least: id, symbol, short_name, long_name, kind, factor (as static constexpr members). Optional fields default to the values declared here and may be overridden by shadowing in Self.