[#HashVerifier-operator_rshift] = xref:HashVerifier.adoc[HashVerifier]::operator>> :relfileprefix: ../ :mrdocs: Deserializes an object from the source, hashing the bytes read. == Synopsis Declared in `<hash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> xref:HashVerifier.adoc[HashVerifier<Source>]& operator>>(T&& obj); ---- == Return Value A reference to this verifier, for chaining. == Parameters [cols="1,4"] |=== | Name| Description | *obj* | The object to populate from the source. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#