Skip to content

IntegerOps::shiftRightLogical

Shifts bits of value right by count bits without sign extension.

Synopsis

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

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

Return Value

Shifted value. @{

Parameters

Name

Description

value

Input value.

count

Shift count.

Created with MrDocs