Move‐assigns the contents of another Cord to this Cord.
Declared in <absl/strings/cord.h>
<absl/strings/cord.h>
Cord& operator=(Cord&& x) noexcept;
A reference to this Cord.
Name
Description
x
The Cord to move from.
Created with MrDocs