Swaps the contents of the Cord with other.

Synopsis

Declared in <absl/strings/cord.h>

void
swap(Cord& other) noexcept;

Parameters

Name

Description

other

The Cord to swap contents with.

Created with MrDocs