|
inlineconstexpr |
Computes the logical NOT of its argument.
Defined in Header
Parameters
x
: argument.Return value
The call logical_not(x)
is semantically equivalent to is_eqz(x)
. Infix notation can be used with !x
.
!
is supported, the !
operator on standard scalar types is the original one and so will return bool instead of eve::logical_value.