OEBitVector OEBitVectorNot(const OEBitVector &bv)
The OEBitVectorNot function returns the Boolean negation (or
inversion) of an OEBitVector. The result will have the same
number of bits as the argument. This function is identical
to the '' operator of an OEBitVector.