10.1 OEBitVectorAnd

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

The OEBitVectorAnd function returns Boolean conjunction (or `and') of two OEBitVectors. The result will have the same number of bits as the larger of the two operands. This function is identical to the '&' operator of two OEBitVectors.