[#mp_units-PrefixableUnit] = xref:mp_units.adoc[mp_units]::PrefixableUnit :relfileprefix: ../ :mrdocs: A concept to be used to define prefixes for a unit == Synopsis Declared in `<mp‐units/framework/unit_concepts.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> concept PrefixableUnit = Unit<T> && is_derived_from_specialization_of_v<T, named_unit>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#