Writes a Cord to an output stream, allowing a Cord to be logged.
Declared in <absl/strings/cord.h>
extern
std::ostream&
operator<<(
std::ostream& out,
Cord const& cord);
A reference to out.
| Name | Description |
|---|---|
| out | The output stream to write to. |
| cord | The Cord to write. |