Move constructor. The moved‐from state is valid but unspecified.

Synopsis

Declared in <absl/status/status.h>

Status(Status&& x) noexcept;

Parameters

Name

Description

x

The status to move from.

Created with MrDocs