Supports absl::Cord as a sink object for absl::Format().
Declared in <absl/strings/cord.h>
void
AbslFormatFlush(
absl::Cord* cord,
std::string_view part);
| Name | Description |
|---|---|
| cord | The Cord that receives the formatted output. |
| part | The formatted string data to append. |