[#bitdeque-operator_assign-06] = xref:bitdeque.adoc[bitdeque]::operator= :relfileprefix: ../ :mrdocs: Set the container equal to the bits in ilist. == Synopsis Declared in `<util/bitdeque.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bitdeque.adoc[bitdeque]& operator=(std::initializer_list<bool> ilist); ---- == Return Value Reference to this container. == Parameters [cols="1,4"] |=== | Name| Description | *ilist* | Initializer list of bit values to copy. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#