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