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().

Synopsis

Declared in <bdlc_queue.h>

void
remove(int index);

Created with MrDocs