Unserialize

Unserialize a signed 32-bit little-endian integer from a stream.

Synopsis

Declared in <serialize.h>

template<typename Stream>
void
Unserialize(
    Stream& s,
    int32_t& a);

Parameters

NameDescription
sThe input stream.
aThe value to read into.