IntegerOps::rotateLeft
Rotate the bits of the value left by count bits.
Synopsis
Declared in <src/Rose/StringUtility/IntegerOps.h>
template<
size_t NBits,
typename T>
T
rotateLeft(
T value,
size_t count);
Return Value
Rotated value. @{
Parameters
Name |
Description |
value |
Input value. |
count |
Rotation count. |
Created with MrDocs