Deserializes a compressed amount from the stream.
Declared in <compressor.h>
template<
typename Stream,
typename I>
void
Unser(
Stream& s,
I& val);
| Name | Description |
|---|---|
| s | The input stream to read from. |
| val | Output amount filled with the decompressed value. |