[#mp_units-operator_star-05e] = xref:mp_units.adoc[mp_units]::operator* :relfileprefix: ../ :mrdocs: Multiplication operator == Synopsis Declared in `<mp‐units/safe_int.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] constexpr xref:mp_units/constrained.adoc[constrained<decltype(std::declval<U>() * std::declval<T>()), CP>] operator*( xref:mp_units/constrained.adoc[constrained<U, CP>] const& lhs, xref:mp_units/safe_int-09.adoc[safe_int] rhs); ---- == Return Value A transparent wrapper that carries an error policy for domain constraint enforcement. == Parameters [cols="1,4"] |=== |Name|Description | *lhs* | The left operand | *rhs* | The right operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#