remove overloads

Synopses

Declared in <bdlc_queue.h>

Remove the value at the specified index from this queue.

void
remove(int index);

Remove numElements values beginning at the specified index.

void
remove(
    int index,
    int numElements);

Parameters

Name

Description

index

position of the element to remove

numElements

number of elements to remove

Created with MrDocs