BufferedFile::operator>>

Deserialize an object from the buffered file and return this wrapper.

Synopsis

Declared in <streams.h>

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

Return Value

A reference to this wrapper.

Parameters

NameDescription
objObject to deserialize into.