nextpow2num<x>::value computes (at compile time) a power of 2 -value such that
is valid, where x is the minimal number of bits to represent the unsigned integer CHAR
More...
#include <CompileFunctions.h>
Public Types | |
| enum | { value = pow2< needbits<CHAR>::value >::value } |
Definition at line 113 of file CompileFunctions.h.
| anonymous enum |
Definition at line 115 of file CompileFunctions.h.
1.6.3