Constructs a writer that writes to and hashes an underlying source.
Synopsis
Declared in <hash.h>
explicit
HashedSourceWriter(Source& source);
Parameters
Name |
Description |
source |
The stream to write data to. |
Created with MrDocs