Unserialize

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

NameDescription
sThe input stream.
aThe value to read into.