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

Name

Description

src

The Cord to move from.

Created with MrDocs