Serialize a dynamic‐extent span of basic bytes as raw bytes.

Synopsis

Declared in <serialize.h>

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

Parameters

Name

Description

s

The output stream.

span

The span of bytes to serialize.

Created with MrDocs