MI - Fimex
|
#include <fimex/binaryConstants.h>
Public Types | |
enum | { value = (N % 8) + (binary<N/8>::value << 1) } |
use binary<01001001>::value as constant, works with up to 10 bits use binary<01001001ULL>::value as constant, works with up to 22 bits