Copy assignment operator.
Declared in <absl/status/status.h>
<absl/status/status.h>
Status& operator=(Status const& x);
A reference to *this.
*this
Name
Description
x
The status to copy from.
Created with MrDocs