[#VecDeque-reserve] = xref:VecDeque.adoc[VecDeque]::reserve :relfileprefix: ../ :mrdocs: Increase the capacity to capacity. Capacity will not shrink. == Synopsis Declared in `<util/vecdeque.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void reserve(size_t capacity); ---- == Parameters [cols="1,4"] |=== | Name| Description | *capacity* | The minimum capacity to allocate for. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#