[#mp_units-operator_slash-0f] = 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< typename FwdRep, xref:mp_units/Reference.adoc[Reference] R, xref:mp_units/RepresentationOf.adoc[RepresentationOf<get_quantity_spec(R{})>] Rep = std::remove_cvref_t<FwdRep>> requires (!detail::OffsetUnit<decltype(get_unit(R{}))>) [[nodiscard]] constexpr xref:mp_units/Quantity.adoc[Quantity] auto operator/( FwdRep&& lhs, R rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#