absl::Cord::Cord

Creates a Cord by moving from an existing Cord.

Synopsis

Declared in <absl/strings/cord.h>

Cord(Cord&& src) noexcept;

Description

The moved-from state is valid but unspecified.

Parameters

NameDescription
srcThe Cord to move from.