Tizen Native API  5.5
Dali::Log< number, base > Struct Template Reference

Compiles time template to calculate base logarithm of N. More...


Detailed Description

template<size_t number, size_t base = 2>
struct Dali::Log< number, base >

Compiles time template to calculate base logarithm of N.

Since:
3.0, DALi version 1.0.0
Template Parameters:
numberfor which to calculate the logarithm
baselogarithm to calculate
Note:
Values need to be compile time constants. Usage: Log< 100, 10 >::value; value equals 2