Supports absl::Cord as a sink object for absl::Format().

Synopsis

Declared in <absl/strings/cord.h>

void
AbslFormatFlush(
    absl::Cord* cord,
    std::string_view part);

Parameters

Name

Description

cord

The Cord that receives the formatted output.

part

The formatted string data to append.

Created with MrDocs