Template Struct GenMask

Template Struct GenMask#

Struct Documentation#

template<typename T, size_t n>
struct GenMask#

Bit mask constant with bits 0 through n-1 set.

Public Static Attributes

static const T value = SHL1<T, n>::value - T(1)#