mp_units::pow¶
Computes the value of a reference raised to the Num/Den power
Synopsis¶
Declared in <mp-units/framework/reference.h>
[[nodiscard]] consteval /* implementation-defined */ pow(reference);
Return Value¶
The result of computation
Note
The return value should not be discarded.
Template Parameters¶
| Name | Description |
|---|---|
| Num | Exponent numerator |
| Den | Exponent denominator |
Parameters¶
| Name | Description |
|---|---|
| r | Reference being the base of the operation |