Unserialize a signed 64‐bit little‐endian integer from a stream.
Synopsis
Declared in <serialize.h>
template<typename Stream>
void
Unserialize(
Stream& s,
int64_t& a);
Parameters
Name |
Description |
s |
The input stream. |
a |
The value to read into. |
Created with MrDocs