Reads the next value by adding the encoded difference to the running total.
Declared in <blockencodings.h>
template<
typename Stream,
typename I>
void
Unser(
Stream& s,
I& v);
| Name | Description |
|---|---|
| s | The input stream to read from. |
| v | Output value set to the next value in the sequence. |