absl::Status::operator=

Copy assignment operator.

Synopsis

Declared in <absl/status/status.h>

Status&
operator=(Status const& x);

Return Value

A reference to *this.

Parameters

NameDescription
xThe status to copy from.