remove overloads
Declared in <bdlc_queue.h>
Remove the value at the specified index from this queue.
void
remove(int index);
» more...
Remove numElements values beginning at the specified index.
void
remove(
int index,
int numElements);
» more...
| Name | Description |
|---|---|
| index | position of the element to remove |
| numElements | number of elements to remove |