Serialize a byte to a stream.

Synopsis

Declared in <serialize.h>

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

Parameters

Name

Description

s

The output stream.

a

The byte value to serialize.

Created with MrDocs