|
Unit Conversion and Dimensional Analysis Library 3.6.1
A compile-time, header-only C++23 dimensional-analysis library
|
SFINAE-able trait which replaces the underlying type of Unit with Underlying. More...
#include <core.h>
SFINAE-able trait which replaces the underlying type of Unit with Underlying.
If Unit is an unit, the member type alias names the same unit with an underlying type of Underlying. Otherwise, there is no type member.
| Unit | The unit type whose underlying type is to be replaced. |
| Underlying | The underlying type to replace that of Unit. |