|
inlineconstexpr |
Computes a bool value which is true if and only if any elements of x
is not zero.
Defined in Header
x
is not zero.x
is not zero.Parameters
Return value
A bool value which is true if and only if any elements of x
is not zero is returned.
Masked Call
The call eve::any[mask](x)
provides a masked version of any
which is equivalent to : any not masked elements is not zero.
Example