Swaps the contents of two Cords.

Synopsis

Declared in <absl/strings/cord.h>

void
swap(
    Cord& x,
    Cord& y) noexcept;

Parameters

Name

Description

x

The first Cord.

y

The second Cord.

Created with MrDocs