<mp-units/framework/unit_concepts.h>
template<typename T> concept PrefixableUnit = Unit<T> && is_derived_from_specialization_of_v<T, named_unit>;