Serialize the object pointed to by a shared_ptr.
Declared in <serialize.h>
template<
typename Stream,
typename T>
void
Serialize(
Stream& os,
std::shared_ptr<T const> const& p);
| Name | Description |
|---|---|
| os | The output stream. |
| p | The shared pointer whose pointee is serialized. |