[#bitdeque-resize] = xref:bitdeque.adoc[bitdeque]::resize :relfileprefix: ../ :mrdocs: Resize the container. == Synopsis Declared in `<util/bitdeque.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void resize(xref:bitdeque/size_type.adoc[size_type] n); ---- == Parameters [cols="1,4"] |=== | Name| Description | *n* | New number of bits; the container grows with false bits or shrinks from the end. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#