Read a CompactSize value from the stream into the referenced integer.
Synopsis
Declared in <serialize.h>
template<typename Stream>
void
Unserialize(Stream& s) const;
Parameters
Name |
Description |
s |
The input stream. |
Created with MrDocs