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
Name |
Description |
s |
The input stream. |
v |
The container to fill. |
Created with MrDocs