Skip to content

IntegerOps::rotateRight

Rotate bits of the value right by count bits.

Synopsis

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

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

Return Value

Rotated value. @{

Parameters

Name

Description

value

Input value.

count

Rotation count.

Created with MrDocs