Support absl::StrCat, absl::StrFormat, etc.
Synopsis
Declared in <absl/status/status.h>
void
AbslStringify(
Sink& sink,
Status const& status);
Parameters
Name |
Description |
sink |
The sink to append the string representation to. |
status |
The status to stringify. |
Created with MrDocs