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