Skip to content

IntegerOpsPrivate::SHL1Helper

Synopsis

Declared in <src/Rose/StringUtility/IntegerOps.h>

template<
    typename T,
    size_t Count,
    bool TooBig>
struct SHL1Helper;

Derived Classes

Name

Description

SHL1

Bitmask constant with bit n set. Handles the case where n is greater than the width of type T.

Created with MrDocs