Return true if the value of any bit in this array is 0, and false otherwise.

Synopsis

Declared in <bdlc_bitarray.h>

bool
isAny0() const;

Return Value

true if any bit is 0, and false otherwise

Created with MrDocs