Assigns a string to this Cord.

Synopsis

Declared in <absl/strings/cord.h>

Cord&
operator=(std::string_view src);

Return Value

A reference to this Cord.

Parameters

Name

Description

src

The string data to copy into the Cord.

Created with MrDocs