Unserialize

Unserialize a boolean from a single byte in a stream.

Synopsis

Declared in <serialize.h>

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

Parameters

NameDescription
sThe input stream.
aThe boolean value to read into.