[#Unserialize-0d1] = Unserialize :mrdocs: Unserialize a set written as a CompactSize count followed by its elements. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename Stream, typename K, typename Pred, typename A> void Unserialize( Stream& is, std::set<K, Pred, A>& m); ---- == Parameters [cols="1,4"] |=== | Name| Description | *is* | The input stream. | *m* | The set to fill. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#