<mp-units/framework/quantity_point_concepts.h>
template<
typename T,
auto QS>
concept PointOriginFor = PointOrigin<T> && QuantitySpecOf<MP_UNITS_REMOVE_CONST(decltype(QS)), T::_quantity_spec_>;
Satisfied by all quantity point origins that are defined using a provided quantity specification.