[#absl-operator_lshift-0cc] = xref:absl.adoc[absl]::operator<< :relfileprefix: ../ :mrdocs: Writes a Cord to an output stream, allowing a Cord to be logged. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- extern std::ostream& operator<<( std::ostream& out, xref:absl/Cord.adoc[Cord] const& cord); ---- == Return Value A reference to `out`. == Parameters [cols="1,4"] |=== | Name| Description | *out* | The output stream to write to. | *cord* | The Cord to write. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#