Tizen Native API
|
Dali::Log< number, base > Struct Template Reference
Compile time template to calculate base logarithm of N. More...
Detailed Description
template<size_t number, size_t base = 2>
struct Dali::Log< number, base >
Compile time template to calculate base logarithm of N.
- Since :
- 2.4
- Template Parameters:
-
number for which to calculate the logarithm base logarithm to calculate
- Note:
- values need to be compile time constants Usage:
Log< 100, 10 >::value; value equals 2