IntegerOps::SHL1
Bitmask constant with bit n set. Handles the case where n is greater than the width of type T.
Synopsis
Declared in <src/Rose/StringUtility/IntegerOps.h>
template<
typename T,
size_t n>
struct SHL1
: IntegerOpsPrivate::SHL1Helper<T, n, (n >= IntegerOpsPrivate::NumBits<T>::value)>
Base Classes
Created with MrDocs