absl::Cord::Append

Appends another Cord to this Cord by moving from it.

Synopsis

Declared in <absl/strings/cord.h>

void
Append(Cord&& src);

Parameters

NameDescription
srcThe Cord to append.