absl::AbslStringify

Support absl::StrCat, absl::StrFormat, etc.

Synopsis

Declared in <absl/status/status.h>

void
AbslStringify(
    Sink& sink,
    Status const& status);

Parameters

NameDescription
sinkThe sink to append the string representation to.
statusThe status to stringify.