absl::Status::operator=

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

NameDescription
xThe status to move from.