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