Tizen Native API
|
Dali::Power< mantissa, exponent > Struct Template Reference
Compile time template to calculate base to the power of N. More...
Detailed Description
template<size_t mantissa, size_t exponent>
struct Dali::Power< mantissa, exponent >
Compile time template to calculate base to the power of N.
- Since :
- 2.4
- Template Parameters:
-
mantissa to raise to exponent N exponent to use for mantissa
- Note:
- values need to be compile time constants Usage:
Power< 10, 2 >::value; // value=100