|
inlineconstexpr |
Parameters
x: argument to be rotated.n: shift.c: Conditional expression masking the operation.m: Logical value masking the operation.Return value
x by n bits to the left. The types must share the same cardinal or be scalar and if N is the size in bits of the element type of T, all elements of n must belong to the interval: [0, N[ or the result is undefined.