Unit Conversion and Dimensional Analysis Library 3.6.1
A compile-time, header-only C++23 dimensional-analysis library
Loading...
Searching...
No Matches
units::same_dimension Concept Reference

Concept for types which represent units of the same dimensionality. More...

#include <core.h>

Concept definition

template<typename UnitTo, typename UnitFrom>
Concept for types which represent units of the same dimensionality.
Definition core.h:1050
BinaryTypeTrait for querying whether U1 and U2 are units of the same dimension.
Definition core.h:2574

Detailed Description

Concept for types which represent units of the same dimensionality.