[#Unserialize-0bf] = Unserialize :mrdocs: Unserialize a prevector. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename Stream, unsigned int N, typename T> void Unserialize( Stream& is, xref:prevector-0c.adoc[prevector<N, T>]& v); ---- == Parameters [cols="1,4"] |=== | Name| Description | *is* | The input stream. | *v* | The prevector to fill. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#