Prepends string data to this Cord.

Synopsis

Declared in <absl/strings/cord.h>

void
Prepend(std::string_view src);

Parameters

Name

Description

src

The string data to prepend.

Created with MrDocs