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
Name |
Description |
s |
The output stream to write to. |
v |
The next value in the increasing sequence. |
Created with MrDocs