Multiplies a constrained value by a safe_int
Declared in <mp-units/utility/safe_int.h>
[[nodiscard]]
constexpr
safe_int</* implementation-defined */, ErrorPolicy>
operator*(
constrained<U, CP> lhs,
safe_int rhs);
the wrapped product of the underlying values
The return value should not be discarded.
| Name | Description |
|---|---|
| lhs | the constrained value to multiply |
| rhs | the safe_int to multiply by |