Deserialize an object from the front of the stream and return this stream.

Synopsis

Declared in <streams.h>

template<typename T>
DataStream&
operator>>(T&& obj);

Return Value

A reference to this stream.

Parameters

Name

Description

obj

Object to deserialize into.

Created with MrDocs