[#BloombergLP-bdlc-Queue-append-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/Queue.adoc[Queue]::append :relfileprefix: ../../../ :mrdocs: 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); ` == Synopsis Declared in `<bdlc_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void append(xref:BloombergLP/bdlc/Queue.adoc[Queue] const& srcQueue); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#