[#bitdeque-assign-06] = xref:bitdeque.adoc[bitdeque]::assign :relfileprefix: ../ :mrdocs: Set the container equal to count times the value of val. == Synopsis Declared in `<util/bitdeque.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void assign( xref:bitdeque/size_type.adoc[size_type] count, bool val); ---- == Parameters [cols="1,4"] |=== | Name| Description | *count* | Number of bits the container holds afterwards. | *val* | Value assigned to every bit. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#