Serializes an object to the source, hashing the bytes written.

Synopsis

Declared in <hash.h>

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

Return Value

A reference to this writer, for chaining.

Parameters

Name

Description

obj

The object to serialize.

Created with MrDocs