BloombergLP::bdlc::BitArray::remove

remove overloads

Synopses

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...

Parameters

NameDescription
indexbit position to remove
numBitsnumber of bits to remove