Multiplies a unit by a reference
Declared in <mp-units/framework/reference.h>
[[nodiscard]]
consteval
/* implementation-defined */
operator*(
U1 u1,
reference r);
a reference resulting from multiplying the quantity specification and the unit
The return value should not be discarded.
| Name | Description |
|---|---|
| u1 | the unit to multiply |
| r | the reference to multiply by |