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