[#AutoFile-operator_rshift] = xref:AutoFile.adoc[AutoFile]::operator>> :relfileprefix: ../ :mrdocs: Deserialize an object from the file and return this wrapper. == Synopsis Declared in `<streams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> xref:AutoFile.adoc[AutoFile]& operator>>(T&& obj); ---- == Return Value A reference to this wrapper. == Parameters [cols="1,4"] |=== | Name| Description | *obj* | Object to deserialize into. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#