Unserialize an integer from CompactSize format, checking it fits the target type.
Declared in <serialize.h>
template<
typename Stream,
typename I>
void
Unser(
Stream& s,
I& v);
| Name | Description |
|---|---|
| s | The input stream. |
| v | The integer to read into. |