|
Unit Conversion and Dimensional Analysis Library 3.6.1
A compile-time, header-only C++23 dimensional-analysis library
|
BinaryTypeTrait for querying whether U1 and U2 are units of the same dimension. More...
#include <core.h>
BinaryTypeTrait for querying whether U1 and U2 are units of the same dimension.
The base characteristic is a specialization of the template std::bool_constant. Use is_same_dimension_unit_v<U1, U2> to test whether U1 and U2 are units of the same dimension.
| U1 | Unit to query. |
| U2 | Unit to query. |