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