Skip to content

IntegerOps::shiftLeft

Shifts bits of value left by count bits.

Synopsis

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

template<
    size_t NBits,
    typename T>
T
shiftLeft(
    T value,
    size_t count);

Return Value

Shifted value. @{

Parameters

Name

Description

value

Input value.

count

Shift count.

Created with MrDocs