A concept to be used to define prefixes for a unit

Synopsis

Declared in <mp‐units/framework/unit_concepts.h>

template<typename T>
concept PrefixableUnit = Unit<T> && is_derived_from_specialization_of_v<T, named_unit>;

Created with MrDocs