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