check whether all elements of a boolean vector are true
bool all(bvec2 x)
bool all(bvec3 x)
bool all(bvec4 x)
x
: Specifies the vector to be tested for truth.all
returns true if all elements of x
are true and false otherwise. It is functionally equivalent to: