VectorFormatter::Unser

Unserialize a vector-like container, allocating in bounded batches to limit memory use.

Synopsis

Declared in <serialize.h>

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

Parameters

NameDescription
sThe input stream.
vThe container to fill.