[#mp_units-operator_slash-035] = xref:mp_units.adoc[mp_units]::operator/ :relfileprefix: ../ :mrdocs: == Synopsis Declared in `<mp‐units/framework/reference.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< xref:mp_units/Reference.adoc[Reference] R, typename Q> requires Quantity<std::remove_cvref_t<Q>> constexpr auto operator/( R lhs, Q&& q) = delete; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#