Multiplication operator
Synopsis
Declared in <mp‐units/utility/constrained.h>
[[nodiscard]]
constexpr
constrained<decltype(lhs.value_ * rhs), EP>
operator*(
constrained<T, EP> const& lhs,
U const& rhs);
Return Value
A transparent wrapper that carries an error policy for domain constraint enforcement.
|
Note
|
The return value should not be discarded. |
Parameters
Name |
Description |
lhs |
The left operand |
rhs |
The right operand |
Created with MrDocs