[#VecDeque-shrink_to_fit] = xref:VecDeque.adoc[VecDeque]::shrink_to_fit :relfileprefix: ../ :mrdocs: Make the capacity equal to the size. The contents does not change. == Synopsis Declared in `<util/vecdeque.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void shrink_to_fit(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#