Remove the value at the specified index from this queue.

Synopsis

Declared in <bdlc_queue.h>

void
remove(int index);

Description

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

Parameters

Name

Description

index

position of the element to remove

Created with MrDocs