Deserializes an object from the source, hashing the bytes read.
Synopsis
Declared in <hash.h>
template<typename T>
HashVerifier<Source>&
operator>>(T&& obj);
Return Value
A reference to this verifier, for chaining.
Parameters
Name |
Description |
obj |
The object to populate from the source. |
Created with MrDocs