Skip to content

IntegerOps::shiftLeft2

Synopsis

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

template<typename T>
T
shiftLeft2(
    T value,
    size_t count,
    size_t width = 8 * sizeof(T));

Created with MrDocs