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
Name |
Description |
out |
The output stream to write to. |
cord |
The Cord to write. |
Created with MrDocs