Unserialize a dynamic-extent span of basic bytes from raw bytes.
Declared in <serialize.h>
template<
typename Stream,
BasicByte B>
void
Unserialize(
Stream& s,
std::span<B> span);
| Name | Description |
|---|---|
| s | The input stream. |
| span | The span of bytes to read into. |