OEBitVectorOr

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

Returns the boolean disjunction (or ‘or’) of two OEBitVectors. The result will have the same number of bits as the larger of the two arguments.

This function is identical to the | operator of two OEBitVectors.