BloombergLP::bdlc::Queue::append

append overloads

Synopses

Declared in <bdlc_queue.h>

Append the sequence of values in the specified srcQueue.

void
append(Queue const& srcQueue);
» more...

Append the specified item to the end of this queue.

void
append(T const& item);
» more...

Append elements from srcQueue starting at srcIndex to this queue.

void
append(
    Queue const& srcQueue,
    int srcIndex,
    int numElements);
» more...

Parameters

NameDescription
srcQueuequeue whose elements are appended
itemvalue to append
srcIndexfirst index in srcQueue to copy from
numElementsnumber of elements to append