Unit Conversion and Dimensional Analysis Library  2.3.0
A compile-time c++14 unit conversion library
units::traits::is_unit_value_t_category< Category, T > Struct Template Reference

Trait which tests whether type T is a unit_value_t with a unit type in the given category. More...

#include <units.h>

Inheritance diagram for units::traits::is_unit_value_t_category< Category, T >:

Detailed Description

template<typename Category, typename T>
struct units::traits::is_unit_value_t_category< Category, T >

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


The documentation for this struct was generated from the following file: