Copy assignment operator.

Synopsis

Declared in <absl/status/status.h>

Status&
operator=(Status const& x);

Return Value

A reference to *this.

Parameters

Name

Description

x

The status to copy from.

Created with MrDocs