Swaps the contents of one status with another.

Synopsis

Declared in <absl/status/status.h>

void
swap(
    Status& a,
    Status& b) noexcept;

Parameters

Name

Description

a

The first status.

b

The second status.

Created with MrDocs