Unserialize a fixed‐extent span of basic bytes from raw bytes.

Synopsis

Declared in <serialize.h>

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

Parameters

Name

Description

s

The input stream.

span

The span of bytes to read into.

Created with MrDocs