absl::BadStatusOrAccess::operator=

Move assignment operator.

Synopsis

Declared in <absl/status/statusor.h>

BadStatusOrAccess&
operator=(BadStatusOrAccess&& other);

Return Value

A reference to *this.

Parameters

NameDescription
otherThe exception object to move from.