[#absl-AbslStringify-01d] = xref:absl.adoc[absl]::AbslStringify :relfileprefix: ../ :mrdocs: Support `absl::StrCat`, `absl::StrFormat`, etc. == Synopsis Declared in `<absl/status/status.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void AbslStringify( Sink& sink, xref:absl/Status.adoc[Status] const& status); ---- == Parameters [cols="1,4"] |=== | Name| Description | *sink* | The sink to append the string representation to. | *status* | The status to stringify. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#