DifferenceFormatter::Ser

Writes the next value as its difference from the previous one.

Synopsis

Declared in <blockencodings.h>

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

Parameters

NameDescription
sThe output stream to write to.
vThe next value in the increasing sequence.