CompactSizeFormatter::Unser

Unserialize an integer from CompactSize format, checking it fits the target type.

Synopsis

Declared in <serialize.h>

template<
    typename Stream,
    typename I>
void
Unser(
    Stream& s,
    I& v);

Parameters

NameDescription
sThe input stream.
vThe integer to read into.