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

Name

Description

s

The input stream.

a

The boolean value to read into.

Created with MrDocs