Copy constructor.

Synopsis

Declared in <absl/status/statusor.h>

StatusOr(StatusOr const& other) = default;

Description

StatusOr<T> is copy constructible if T is copy constructible.

Parameters

Name

Description

other

The source object.

Created with MrDocs