[#bsl-queue-0a5-operator_assign-0a] = xref:bsl.adoc[bsl]::xref:bsl/queue-0a5.adoc[queue]::operator= :relfileprefix: ../../ :mrdocs: Assign to this queue the value of the specified `rhs`, and return a reference providing modifiable access to this queue. == Synopsis Declared in `<bslstl_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/queue-0a5.adoc[queue<VALUE, CONTAINER>]& operator=(xref:bsl/queue-0a5.adoc[queue] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#