Serializes an amount to the stream in compressed form.
Synopsis
Declared in <compressor.h>
template<
typename Stream,
typename I>
void
Ser(
Stream& s,
I val);
Parameters
Name |
Description |
s |
The output stream to write to. |
val |
The amount to compress and serialize. |
Created with MrDocs