bitdeque::erase

Erase the bits in the range [first,last).]

Synopsis

Declared in <util/bitdeque.h>

iterator
erase(
    const_iterator first,
    const_iterator last);

Return Value

Iterator to the bit that followed the erased range.

Parameters

NameDescription
firstIterator to the first bit to erase.
lastIterator past the last bit to erase.