DifferenceFormatter::Unser

Reads the next value by adding the encoded difference to the running total.

Synopsis

Declared in <blockencodings.h>

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

Parameters

NameDescription
sThe input stream to read from.
vOutput value set to the next value in the sequence.