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