Serialize a boolean to a stream as a single byte.
Synopsis
Declared in <serialize.h>
template<typename Stream>
void
Serialize(
Stream& s,
bool a);
Parameters
Name |
Description |
s |
The output stream. |
a |
The boolean value to serialize. |
Created with MrDocs