absl::Cord::operator=

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

NameDescription
srcThe string data to copy into the Cord.