[#Unserialize-0d63] = Unserialize :mrdocs: Deleted: a string view cannot own storage to unserialize into. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename Stream, typename C> void Unserialize( Stream& is, std::basic_string_view<C>& str) = delete; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#