absl::Cord::Append

Appends another Cord to this Cord.

Synopsis

Declared in <absl/strings/cord.h>

void
Append(Cord const& src);

Parameters

NameDescription
srcThe Cord to append.