Move assignment operator. The moved‐from state is valid but unspecified.

Synopsis

Declared in <absl/status/status.h>

Status&
operator=(Status&& x) noexcept;

Return Value

A reference to *this.

Parameters

Name

Description

x

The status to move from.

Created with MrDocs