Appends another Cord to this Cord.

Synopsis

Declared in <absl/strings/cord.h>

void
Append(Cord const& src);

Parameters

Name

Description

src

The Cord to append.

Created with MrDocs