[#Unserialize-03] = Unserialize :mrdocs: Unserialize a pair as its first then second element. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename Stream, typename K, typename T> void Unserialize( Stream& is, std::pair<K, T>& item); ---- == Parameters [cols="1,4"] |=== | Name| Description | *is* | The input stream. | *item* | The pair to fill. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#