Return the first argument raised to the power of the second argument.
- Template Parameters
-
T1 | type of first argument |
T2 | type of second argument |
- Parameters
-
a | first argument |
b | second argument |
- Returns
- the first argument raised to the power of the second argument.
Definition at line 45 of file pow.hpp.