[#Serialize-0f9d] = Serialize :mrdocs: Serialize a set 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 Serialize( Stream& os, std::set<K, Pred, A> const& m); ---- == Parameters [cols="1,4"] |=== | Name| Description | *os* | The output stream. | *m* | The set to serialize. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#