erase overloads
Synopses
Declared in <util/bitdeque.h>
Erase a single bit.
Erase a single bit.
Erase the bits in the range [first,last).]
iterator
erase(
const_iterator first,
const_iterator last);
Erase the bits in the range [first,last).]
Return Value
-
Iterator to the bit that followed the erased one.
-
Iterator to the bit that followed the erased range.
Parameters
Name |
Description |
pos |
Iterator to the bit to erase. |
first |
Iterator to the first bit to erase. |
last |
Iterator past the last bit to erase. |
Created with MrDocs