mp_units::Reference

A concept matching all references in the library.

Synopsis

Declared in <mp-units/framework/reference_concepts.h>
template<typename T>
concept Reference = MP_UNITS_ASSOCIATED_UNIT_T(T) || is_specialization_of<T, reference>;


Description

Satisfied by all specializations of reference.

Created with MrDocs