Swaps the contents of two Cords.
Declared in <absl/strings/cord.h>
<absl/strings/cord.h>
void swap( Cord& x, Cord& y) noexcept;
Name
Description
x
The first Cord.
y
The second Cord.
Created with MrDocs