Unserialize into a newly constructed object owned by a unique_ptr.
Declared in <serialize.h>
template<
typename Stream,
typename T>
void
Unserialize(
Stream& os,
std::unique_ptr<T const>& p);
| Name | Description |
|---|---|
| os | The input stream. |
| p | The unique pointer to populate. |