kNet::LSBT< Bits > Class Template Reference

Template-evaluated enum that gives a mask with the Bits LSB bits set. More...

#include <BitOps.h>

List of all members.


Detailed Description

template<int Bits>
class kNet::LSBT< Bits >

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines