A concept matching all references in the library.
<mp-units/framework/reference_concepts.h>
template<typename T>
concept Reference = MP_UNITS_ASSOCIATED_UNIT_T(T) || is_specialization_of<T, reference>;
Satisfied by all specializations of reference.