[#BloombergLP-bdlc-Queue-operator_assign] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/Queue.adoc[Queue]::operator= :relfileprefix: ../../../ :mrdocs: Assign to this queue the value of the specified `rhs` queue. == Synopsis Declared in `<bdlc_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlc/Queue.adoc[Queue<T>]& operator=(xref:BloombergLP/bdlc/Queue.adoc[Queue] const& rhs); ---- == Description Assign to this queue the value of the specified `rhs` queue and return a reference to this modifiable queue. == Return Value reference to this modifiable queue == Parameters [cols="1,4"] |=== | Name| Description | *rhs* | queue providing the value to assign |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#