[#bitdeque-assign-01] = xref:bitdeque.adoc[bitdeque]::assign :relfileprefix: ../ :mrdocs: Set the container equal to the bits in [first,last).] == Synopsis Declared in `<util/bitdeque.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename It> void assign( It first, It last); ---- == Parameters [cols="1,4"] |=== | Name| Description | *first* | Iterator to the first bit to copy. | *last* | Iterator past the last bit to copy. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#