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