Unserialize an integer from VarInt format.
Synopsis
Declared in <serialize.h>
template<
typename Stream,
typename I>
void
Unser(
Stream& s,
I& v);
Parameters
Name |
Description |
s |
The input stream. |
v |
The integer to read into. |
Created with MrDocs