[#BloombergLP-bdlc-Queue-append-0f] = 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 value of the specified `item`. Note that this function is a synonym for `pushBack` and is logically equivalent to (but generally more efficient than): ` insert(length(), item); ` == Synopsis Declared in `<bdlc_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void append(T const& item); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#