|
inlineconstexpr |
Parameters
x
: first argument.xs...
: other arguments.tup
: non empty tuple of arguments.c
: Conditional expression masking the operation.m
: Logical value masking the operation.Return value
bit_value
of the parameters. Each parameter is converted to this type and then:bit_notand(a0, bit_and(xs...))