IntegerOps::shl1
Bitmask with bit n set. Handles the case where n is greater than the width of type T.
Synopsis
Declared in <src/Rose/StringUtility/IntegerOps.h>
template<typename T>
T
shl1(size_t n);
Return Value
Bitmask value.
Parameters
Name |
Description |
n |
Bit index. |
Created with MrDocs