[#HashedSourceWriter-2constructor] = xref:HashedSourceWriter.adoc[HashedSourceWriter]::HashedSourceWriter :relfileprefix: ../ :mrdocs: Constructs a writer that writes to and hashes an underlying source. == Synopsis Declared in `<hash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit HashedSourceWriter(Source& source); ---- == Parameters [cols="1,4"] |=== | Name| Description | *source* | The stream to write data to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#