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.
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.