WPILibC++ 2023.4.3-108-ge5452e3
|
Trait which tests whether two types has the same non-linear scale. More...
#include <units/base.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 |