Erase a single bit.
Declared in <util/bitdeque.h>
<util/bitdeque.h>
iterator erase(iterator pos);
Iterator to the bit that followed the erased one.
Name
Description
pos
Iterator to the bit to erase.
Created with MrDocs