Detects numeric_field for a type whose tensor order is known and whose field is consistent.
Declared in <mp-units/framework/customization_points.h>
template<typename T>
requires detail::field_consistent<T>
constexpr quantity_field numeric_field = detail::detect_numeric_field<T>();
| Name | Description |
|---|---|
| T | the representation type |