[#absl-AbslStringify-0d] = xref:absl.adoc[absl]::AbslStringify :relfileprefix: ../ :mrdocs: Supports automatic stringification with absl::StrCat and absl::StrFormat. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void AbslStringify( Sink& sink, xref:absl/Cord.adoc[absl::Cord] const& cord); ---- == Template Parameters [cols="1,4"] |=== | Name| Description | *Sink* | The sink type receiving the stringified output. |=== == Parameters [cols="1,4"] |=== | Name| Description | *sink* | The sink that receives the Cord's contents. | *cord* | The Cord being stringified. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#