[#absl-operator_lshift-0d2] = xref:absl.adoc[absl]::operator<< :relfileprefix: ../ :mrdocs: Stream a CRC32C value as an eight‐digit hexadecimal string. == Synopsis Declared in `<absl/crc/crc32c.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& operator<<( std::ostream& os, xref:absl/crc32c_t.adoc[crc32c_t] crc); ---- == Return Value A reference to `os`. == Parameters [cols="1,4"] |=== | Name| Description | *os* | The output stream to write to. | *crc* | The value to stream. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#