Deserializes a compressed amount from the stream.

Synopsis

Declared in <compressor.h>

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

Parameters

Name

Description

s

The input stream to read from.

val

Output amount filled with the decompressed value.

Created with MrDocs