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

Traits which tests if a class is a unit More...

#include <units.h>

Inheritance diagram for units::traits::is_unit< T >:

Detailed Description

template<class T>
struct units::traits::is_unit< T >

Traits which tests if a class is a unit

Inherits from std::true_type or std::false_type. Use is_unit<T>::value to test whether class T implements a unit.


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