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

Name

Description

s

The input stream to read from.

v

Output value set to the next value in the sequence.

Created with MrDocs