absl::Cord::operator=

Assigns the contents of another Cord to this Cord.

Synopsis

Declared in <absl/strings/cord.h>

Cord&
operator=(Cord const& x);

Return Value

A reference to this Cord.

Parameters

NameDescription
xThe Cord to copy from.