Swaps the contents of the Cord with other.
other
Declared in <absl/strings/cord.h>
<absl/strings/cord.h>
void swap(Cord& other) noexcept;
Name
Description
The Cord to swap contents with.
Created with MrDocs