[#VectorFormatter-Unser] = xref:VectorFormatter.adoc[VectorFormatter]::Unser :relfileprefix: ../ :mrdocs: Unserialize a vector‐like container, allocating in bounded batches to limit memory use. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename Stream, typename V> void Unser( Stream& s, V& v); ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The input stream. | *v* | The container to fill. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#