remove overloads
Declared in <bdlc_bitarray.h>
Remove the bit at index, shifting higher bits down by one.
void
remove(std::size_t index);
» more...
Remove numBits bits beginning at index, shifting higher bits down.
void
remove(
std::size_t index,
std::size_t numBits);
» more...
| Name | Description |
|---|---|
| index | bit position to remove |
| numBits | number of bits to remove |