Serialize

Serialize a byte to a stream.

Synopsis

Declared in <serialize.h>

template<typename Stream>
void
Serialize(
    Stream& s,
    std::byte a);

Parameters

NameDescription
sThe output stream.
aThe byte value to serialize.