Deleted: a string view cannot own storage to unserialize into.

Synopsis

Declared in <serialize.h>

template<
    typename Stream,
    typename C>
void
Unserialize(
    Stream& is,
    std::basic_string_view<C>& str) = delete;

Created with MrDocs