absl::operator<<

Writes a Cord to an output stream, allowing a Cord to be logged.

Synopsis

Declared in <absl/strings/cord.h>

extern
std::ostream&
operator<<(
    std::ostream& out,
    Cord const& cord);

Return Value

A reference to out.

Parameters

NameDescription
outThe output stream to write to.
cordThe Cord to write.