DataStream::operator>>

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

NameDescription
objObject to deserialize into.