Appends string data to this Cord.

Synopsis

Declared in <absl/strings/cord.h>

void
Append(std::string_view src);

Parameters

Name

Description

src

The string data to append.

Created with MrDocs