Appends another Cord to this Cord by moving from it.

Synopsis

Declared in <absl/strings/cord.h>

void
Append(Cord&& src);

Parameters

Name

Description

src

The Cord to append.

Created with MrDocs