absl::Cord::operator=

Move-assigns the contents of another Cord to this Cord.

Synopsis

Declared in <absl/strings/cord.h>

Cord&
operator=(Cord&& x) noexcept;

Return Value

A reference to this Cord.

Parameters

NameDescription
xThe Cord to move from.