HashedSourceWriter::operator<<

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

NameDescription
objThe object to serialize.