XOR the bit at the specified index in this array with the specified value (retaining the result). The behavior is undefined unless index < length().
Declared in <bdlc_bitarray.h>
void
xorEqual(
std::size_t index,
bool value);
| Name | Description |
|---|---|
| index | bit position to modify |
| value | bit value to XOR at index |