mp_units::disable_representation

A specializable opt-out: when true, T is not accepted as a quantity representation.

Synopsis

Declared in <mp-units/framework/customization_points.h>

template<typename T>
constexpr bool disable_representation = detail::is_quantity_abstraction<detail::value_type_t<T>>;

Template Parameters

NameDescription
Tthe representation type being checked