Assigns a std::string&& rvalue to this Cord.
Declared in <absl/strings/cord.h>
template<
typename T,
Cord::EnableIfString<T> = 0>
Cord&
operator=(T&& src);
A reference to this Cord.
| Name | Description |
|---|---|
| T | The string type being consumed. |
| Name | Description |
|---|---|
| src | The string whose contents are moved into the Cord. |