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

Name

Description

x

The Cord to copy from.

Created with MrDocs