Classes | |
struct | pow2< NN > |
pow2<x>::value computes ![]() the computation is recursive and there are some compiler-depending recursion limits, usually 256. More... | |
struct | pow2< 0 > |
pow2<0>::value represents ![]() | |
struct | needbits< NUM > |
needbits<x>::value computes number of required bits to represent unsigned integer x during compile time More... | |
struct | needbits< 1 > |
needbits<1>::value computes number of required bits to represent integer 1 during compile time More... | |
struct | nextpow2num< CHAR > |
nextpow2num<x>::value computes (at compile time) a power of 2 -value such that ![]() |