Assigns a std::string&& rvalue to this Cord.

Synopsis

Declared in <absl/strings/cord.h>

template<
    typename T,
    Cord::EnableIfString<T> = 0>
Cord&
operator=(T&& src);

Return Value

A reference to this Cord.

Template Parameters

Name

Description

T

The string type being consumed.

Parameters

Name

Description

src

The string whose contents are moved into the Cord.

Created with MrDocs