[#mp_units-utility-Complex] = xref:mp_units.adoc[mp_units]::xref:mp_units/utility.adoc[utility]::Complex :relfileprefix: ../../ :mrdocs: A complex‐field representation type. == Synopsis Declared in `<mp‐units/utility/representation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> concept Complex = ::mp_units::detail::Complex<T>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#