Detects numeric_field for a type whose tensor order is known and whose field is consistent.
Synopsis
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>();
Template Parameters
Name |
Description |
T |
the representation type |
Created with MrDocs