Write to the specified output stream the specified SHA‐1 digest and return a reference to the modifiable stream.

Synopsis

Declared in <bdlde_sha1.h>

std::ostream&
operator<<(
    std::ostream& stream,
    Sha1 const& digest);

Return Value

a reference to the modifiable stream

Parameters

Name

Description

stream

output stream

digest

SHA‐1 digest to format

Created with MrDocs