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