bool IsEmpty() const
Return true if all the bits of an OEBitVector are zero. This is equivalent to, but much more efficient than, testing that OEBitVector::CountBits() == 0. An OEBitVector of zero size is considered empty.