CustomUintFormatter::Unser

Unserialize an integer using the configured byte width and endianness.

Synopsis

Declared in <serialize.h>

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

Parameters

NameDescription
sThe input stream.
vThe integer to read into.