cds  1.4.0
Public Types
cds::beans::ExponentN< BASE, N > Struct Template Reference

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 }
 

Detailed Description

template<int BASE, int N>
struct cds::beans::ExponentN< BASE, N >

Compile-time computing log(N) based BASE. Result in Exponent<BASE, N>::result.


The documentation for this struct was generated from the following file:

cds 1.4.0 Developed by Maxim Khiszinsky aka khizmax 2007 - 2012
Autogenerated Mon May 20 2013 00:37:55 by Doxygen 1.8.3.1