BloombergLP::bdlc::Queue::remove

remove overloads

Synopses

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

Parameters

NameDescription
indexposition of the element to remove
numElementsnumber of elements to remove