BloombergLP::bdlc::Queue::append

Append the sequence of values in the specified srcQueue.

Synopsis

Declared in <bdlc_queue.h>

void
append(Queue const& srcQueue);

Description

Append to the end of this queue the sequence of values in the specified srcQueue. Note that this function is logically equivalent to: ` insert(length(), srcQueue); `

Parameters

NameDescription
srcQueuequeue whose elements are appended