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