Template-evaluated enum that gives a mask with the Bits LSB bits set. More...
#include <BitOps.h>
Template-evaluated enum that gives a mask with the Bits LSB bits set.
For example, LSBT<0>::val = 0, LSBT<1>::val = 1, LSBT<2>::val = 11, LSBT<24>::val = 11111111 11111111 11111111. LSBT<33> and greater are undefined.
1.7.1