AND the bit at the specified index in this array with the specified value (retaining the result). The behavior is undefined unless index < length().
index
value
index < length()
Declared in <bdlc_bitarray.h>
<bdlc_bitarray.h>
void andEqual( std::size_t index, bool value);