Unserialize into a newly constructed object owned by a shared_ptr.

Synopsis

Declared in <serialize.h>

template<
    typename Stream,
    typename T>
void
Unserialize(
    Stream& os,
    std::shared_ptr<T const>& p);

Parameters

Name

Description

os

The input stream.

p

The shared pointer to populate.

Created with MrDocs