template<class LHS, class RHS>
Mult class
Represents the multiplication operation.
Template parameters | |
---|---|
LHS | Type of left hand side operand |
RHS | Type of right hand side operand |
Represents the following mathematical expression:
Range Deduction Rules
The rules for deducing the range of a Mult object, denoted , are the following: