Unit Conversion and Dimensional Analysis Library
2.3.0
A compile-time c++14 unit conversion library
|
Trait which tests whether type T is a unit_value_t with a unit type in the given category. More...
#include <units.h>
Trait which tests whether type T is a unit_value_t with a unit type in the given category.
e.g. is_unit_value_t_category<units::category::length, unit_value_t<feet>>::value
would be true