[#bitdeque-2constructor-0d] = xref:bitdeque.adoc[bitdeque]::bitdeque :relfileprefix: ../ :mrdocs: Construct a container containing the bits in [first,last).] == Synopsis Declared in `<util/bitdeque.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename It> bitdeque( 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]#