Remove the value at the specified index from this queue.
Declared in <bdlc_queue.h>
void
remove(int index);
Remove from this queue the value at the specified index. All values with initial indices above index are shifted down by one index position. The behavior is undefined unless 0 <= index < length().
| Name | Description |
|---|---|
| index | position of the element to remove |