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
Name |
Description |
obj |
Object to deserialize into. |
Created with MrDocs