OEBitVectorSub

OEBitVector OEBitVectorSub(const OEBitVector &a, const OEBitVector &b)

Returns the boolean difference of two OEBitVectors This function returns an OEBitVector where each bit is set only if that position is set in the first operand and clear in the second. The result will have the same number of bits as the larger of the two arguments.