Serialize an integer using the configured byte width and endianness.
Synopsis
Declared in <serialize.h>
template<
typename Stream,
typename I>
void
Ser(
Stream& s,
I v);
Parameters
Name |
Description |
s |
The output stream. |
v |
The integer value to serialize. |
Created with MrDocs