Move constructor.

Synopsis

Declared in <absl/status/statusor.h>

StatusOr(StatusOr&& other) = default;

Description

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

Parameters

Name

Description

other

The source object.

Created with MrDocs