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

Name

Description

x

The Cord to move from.

Created with MrDocs