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