[#BloombergLP-bdlc-Queue-append-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/Queue.adoc[Queue]::append :relfileprefix: ../../../ :mrdocs: Append the sequence of values in the specified `srcQueue`. == Synopsis Declared in `<bdlc_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void append(xref:BloombergLP/bdlc/Queue.adoc[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 [cols="1,4"] |=== | Name| Description | *srcQueue* | queue whose elements are appended |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#