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