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

Name

Description

obj

The object to serialize and hash.

Created with MrDocs