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