Writes the next value as its difference from the previous one.
Declared in <blockencodings.h>
template<
typename Stream,
typename I>
void
Ser(
Stream& s,
I v);
| Name | Description |
|---|---|
| s | The output stream to write to. |
| v | The next value in the increasing sequence. |