Unserialize a string written as a CompactSize length followed by its bytes.
Declared in <serialize.h>
template<
typename Stream,
typename C>
void
Unserialize(
Stream& is,
std::basic_string<C>& str);
| Name | Description |
|---|---|
| is | The input stream. |
| str | The string to fill. |