[#BufferedFile-operator_rshift] = xref:BufferedFile.adoc[BufferedFile]::operator>> :relfileprefix: ../ :mrdocs: Deserialize an object from the buffered file and return this wrapper. == Synopsis Declared in `<streams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> xref:BufferedFile.adoc[BufferedFile]& 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]#