[#ClearShrink] = ClearShrink :mrdocs: Clear a vector (or std::deque) and release its allocated memory. == Synopsis Declared in `<util/vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename V> void ClearShrink(V& v) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *v* | The container to clear and free. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#