[#HashedSourceWriter-operator_lshift] = xref:HashedSourceWriter.adoc[HashedSourceWriter]::operator<< :relfileprefix: ../ :mrdocs: Serializes an object to the source, hashing the bytes written. == Synopsis Declared in `<hash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> xref:HashedSourceWriter.adoc[HashedSourceWriter]& operator<<(T const& obj); ---- == Return Value A reference to this writer, for chaining. == Parameters [cols="1,4"] |=== | Name| Description | *obj* | The object to serialize. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#