[#mp_units-operator_star-0c] = xref:mp_units.adoc[mp_units]::operator* :relfileprefix: ../ :mrdocs: Deleted overload rejecting `reference * representation` in favor of `representation * reference` == Synopsis Declared in `<mp‐units/framework/reference.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< xref:mp_units/Reference-0ba.adoc[Reference] R, typename Rep> requires RepresentationOf<std::remove_cvref_t<Rep>, get_quantity_spec(R{})> constexpr auto operator*( R r, Rep&& rep) = delete; ---- == Parameters [cols="1,4"] |=== | Name| Description | *r* | reference operand (unused) | *rep* | representation operand (unused) |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#