|
inlineconstexpr |
Defined in Header
Parameters
x: argument(eve::integral_value). to be shifted.n: shift.c: Conditional expression masking the operation.m: Logical value masking the operation.Return value
bit_shr(x, n) is equivalent to x >> n if x is an unsigned_value.T, all elements of n must belong to the interval: \([0, N[\) or the result is undefined.