Unserialize several objects in sequence from the same stream.
Synopsis
Declared in <serialize.h>
template<
typename Stream,
typename... Args>
void
UnserializeMany(
Stream& s,
Args&&... args);
Parameters
Name |
Description |
s |
The input stream. |
args |
The objects to unserialize into, in order. |
Created with MrDocs