HashWriter::operator<<

Serializes an object into the running hash.

Synopsis

Declared in <hash.h>

template<typename T>
HashWriter&
operator<<(T const& obj);

Return Value

A reference to this writer, for chaining.

Parameters

NameDescription
objThe object to serialize and hash.