|
Unit Conversion and Dimensional Analysis Library 3.6.1
A compile-time, header-only C++23 dimensional-analysis library
|
Traits which tests if a class is a unit. More...
#include <core.h>
Traits which tests if a class is a unit.
Inherits from std::true_type or std::false_type. Use is_unit_v<T> to test whether class T implements a unit.