Unserialize

Unserialize a dynamic-extent span of basic bytes from raw bytes.

Synopsis

Declared in <serialize.h>

template<
    typename Stream,
    BasicByte B>
void
Unserialize(
    Stream& s,
    std::span<B> span);

Parameters

NameDescription
sThe input stream.
spanThe span of bytes to read into.