Copy constructor.

Synopsis

Declared in <absl/status/status.h>

Status(Status const& x);

Parameters

Name

Description

x

The status to copy from.

Created with MrDocs