template<class Base, class Exponent>
Pow class
Represents the power function.
| Template parameters | |
|---|---|
| Base | Type of the base expression |
| Exponent | Type of the exponent expression |
Represents the mathematical expression:
where is a type representing the base , the type represents the exponent , and the exponentiation value is .