Remove the bit at index, shifting higher bits down by one.
Declared in <bdlc_bitarray.h>
void
remove(std::size_t index);
Remove from this array the bit at the specified index. All values at indices above index in this array are shifted down by one bit position. The length of this array is reduced by 1. The behavior is undefined unless index < length().
| Name | Description |
|---|---|
| index | bit position to remove |