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

Name

Description

obj

Object to deserialize into.

Created with MrDocs