Write to the specified output stream the specified SHA‐2 digest and return a reference to the modifiable stream.
Synopsis
Declared in <bdlde_sha2.h>
std::ostream&
operator<<(
std::ostream& stream,
Sha256 const& digest);
Return Value
a reference to the modifiable stream
Parameters
Name |
Description |
stream |
output stream |
digest |
SHA‐2 digest to format |
Created with MrDocs