A specializable opt-out: when true, T is not accepted as a quantity representation.
Declared in <mp-units/framework/customization_points.h>
template<typename T>
constexpr bool disable_representation = detail::is_quantity_abstraction<detail::value_type_t<T>>;
| Name | Description |
|---|---|
| T | the representation type being checked |