|
cds
1.4.0
|
Compile-time computing log(N) based BASE. Result in Exponent<BASE, N>::result.
More...
#include <cds/numtraits.h>
Public Types | |
| enum | { native = N, base = BASE, result = details::ExponentNHelper< N / BASE, BASE, N % BASE >::result + 1 } |
Compile-time computing log(N) based BASE. Result in Exponent<BASE, N>::result.