A concept matching all references of the provided quantity spec
<mp-units/framework/reference_concepts.h>template<
typename T,
auto QS>
concept ReferenceOf = Reference<T> && QuantitySpecOf<decltype(get_quantity_spec(T{})), QS>;
Satisfied by all references for which QuantitySpecOf<QS> is true.