OEBitVectorNot

OEBitVector OEBitVectorNot(const OEBitVector &bv)

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 two OEBitVectors.