Move constructor.

Synopsis

Declared in <absl/status/statusor.h>

BadStatusOrAccess(BadStatusOrAccess&& other);

Parameters

Name

Description

other

The exception object to move from.

Created with MrDocs