HashVerifier::operator>>

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

NameDescription
objThe object to populate from the source.