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