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