Unit Conversion and Dimensional Analysis Library
2.3.0
A compile-time c++14 unit conversion library
|
Trait which tests whether two types has the same non-linear scale. More...
#include <units.h>
Trait which tests whether two types has the same non-linear scale.
Inherits from std::true_type
or std::false_type
. Use is_same_scale<U1 , U2>::value
to test whether two types have the same non-linear scale.
T1 | left hand type. |
T2 | right hand type |