Computes the value of a reference raised to the Num/Den power
Declared in <mp-units/framework/reference.h>
[[nodiscard]]
consteval
/* implementation-defined */
pow(reference r);
| Name | Description |
|---|---|
| Num | Exponent numerator |
| Den | Exponent denominator |
| Name | Description |
|---|---|
| r | Reference being the base of the operation |