Serialize an unsigned 8‐bit integer to a stream.
Synopsis
Declared in <serialize.h>
template<typename Stream>
void
Serialize(
Stream& s,
uint8_t a);
Parameters
Name |
Description |
s |
The output stream. |
a |
The value to serialize. |
Created with MrDocs