absl::operator<<

Stream a CRC32C value as an eight-digit hexadecimal string.

Synopsis

Declared in <absl/crc/crc32c.h>

std::ostream&
operator<<(
    std::ostream& os,
    crc32c_t crc);

Return Value

A reference to os.

Parameters

NameDescription
osThe output stream to write to.
crcThe value to stream.