ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
IntegerOps::GenMask< T, n > Struct Template Reference

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

#include <integerOps.h>

Static Public Attributes

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

Detailed Description

template<typename T, size_t n>
struct IntegerOps::GenMask< T, n >

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

Definition at line 49 of file integerOps.h.

Member Data Documentation

template<typename T, size_t n>
const T IntegerOps::GenMask< T, n >::value = SHL1<T, n>::value - T(1)
static

Definition at line 50 of file integerOps.h.


The documentation for this struct was generated from the following file: