|
inlineconstexpr |
Computes the bitwise ORNOT of its arguments.
Defined in Header
Parameters
Return value
bit_ornot(a0,
bit_or(xs...))
Masked Call
The call eve::bit_ornot[mask](x, ...)
provides a masked version of bit_ornot
which is equivalent to if_else(mask, bit_ornot(x, ...), x)
Example