Prepends another Cord to this Cord.

Synopsis

Declared in <absl/strings/cord.h>

void
Prepend(Cord const& src);

Parameters

Name

Description

src

The Cord to prepend.

Created with MrDocs