Multiplies a non‐integral constrained value by a safe_int
Synopsis
Declared in <mp‐units/utility/safe_int.h>
[[nodiscard]]
constexpr
constrained<decltype(std::declval<U>() * std::declval<T>()), CP>
operator*(
constrained<U, CP> const& lhs,
safe_int rhs);
Return Value
the wrapped product of the underlying values
|
Note
|
The return value should not be discarded. |
Parameters
Name |
Description |
lhs |
the constrained value to multiply |
rhs |
the safe_int to multiply by |
Created with MrDocs