AmountCompression::Unser

Deserializes a compressed amount from the stream.

Synopsis

Declared in <compressor.h>

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

Parameters

NameDescription
sThe input stream to read from.
valOutput amount filled with the decompressed value.