OEBitVectorAnd

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

Returns boolean conjunction (or ‘and’) 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& operation of two OEBitVectors.