AutoFile::operator>>

Deserialize an object from the file and return this wrapper.

Synopsis

Declared in <streams.h>

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

Return Value

A reference to this wrapper.

Parameters

NameDescription
objObject to deserialize into.