[#bitdeque-operator_assign-0e] = xref:bitdeque.adoc[bitdeque]::operator= :relfileprefix: ../ :mrdocs: Copy assignment operator. == Synopsis Declared in `<util/bitdeque.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bitdeque.adoc[bitdeque]& operator=(xref:bitdeque.adoc[bitdeque] const& other) = default; ---- == Return Value Reference to this container. == Parameters [cols="1,4"] |=== | Name| Description | *other* | Container to copy from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#