mp_units::AssociatedUnit

A concept matching all units that can be used as quantity references

Synopsis

Declared in <mp-units/framework/unit_concepts.h>
template<typename U>
concept AssociatedUnit = Unit<U> && detail::has_associated_quantity(U{});


Created with MrDocs