absl::AbslStringify

Supports automatic stringification with absl::StrCat and absl::StrFormat.

Synopsis

Declared in <absl/strings/cord.h>

void
AbslStringify(
    Sink& sink,
    absl::Cord const& cord);

Template Parameters

NameDescription
SinkThe sink type receiving the stringified output.

Parameters

NameDescription
sinkThe sink that receives the Cord's contents.
cordThe Cord being stringified.