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);

Remove numBits bits beginning at index, shifting higher bits down.

void
remove(
    std::size_t index,
    std::size_t numBits);

Parameters

Name

Description

index

bit position to remove

numBits

number of bits to remove

Created with MrDocs