andEqual overloads
Synopses
Declared in <bdlc_bitarray.h>
AND the bit at the specified index in this array with the specified value (retaining the result). The behavior is undefined unless index < length().
void
andEqual(
std::size_t index,
bool value);
Bitwise AND a bit range from srcArray into this array.
Parameters
Name |
Description |
index |
bit position to modify |
value |
bit value to AND at |
dstIndex |
starting index in this array |
srcArray |
array providing the source bits |
srcIndex |
starting index in |
numBits |
number of bits to AND |
Created with MrDocs