Unserialize an unsigned 8‐bit integer from a stream.

Synopsis

Declared in <serialize.h>

template<typename Stream>
void
Unserialize(
    Stream& s,
    uint8_t& a);

Parameters

Name

Description

s

The input stream.

a

The value to read into.

Created with MrDocs