Deserializes an object from the source, hashing the bytes read.
Declared in <hash.h>
<hash.h>
template<typename T> HashVerifier<Source>& operator>>(T&& obj);
A reference to this verifier, for chaining.