[#LimitedVectorFormatter-Unser] = xref:LimitedVectorFormatter.adoc[LimitedVectorFormatter]::Unser :relfileprefix: ../ :mrdocs: Unserialize a vector, throwing if its length exceeds the limit. == 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 vector to fill. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#