10.6 OEBitVectorXor

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

The OEBitVectorXor function returns that Boolean exclusive or (or 'xor') of two OEBitVectors. This function returns an OEBitVector where each bit is set only if the equivalent bit positions in the two operands have different values. The result will have the same number of bits as the large of the two operands. This function is identical to the '' operator of two OEBitVectors.