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