Move assignment operator.

Synopsis

Declared in <absl/status/statusor.h>

BadStatusOrAccess&
operator=(BadStatusOrAccess&& other);

Return Value

A reference to *this.

Parameters

Name

Description

other

The exception object to move from.

Created with MrDocs