<mp-units/framework/quantity_point_concepts.h>
template<typename T> concept QuantityPoint = detail::is_quantity_point<T>;
Satisfied by all types being either a specialization or derived from quantity_point
quantity_point