absl::BadStatusOrAccess::operator=

Copy assignment operator.

Synopsis

Declared in <absl/status/statusor.h>

BadStatusOrAccess&
operator=(BadStatusOrAccess const& other);

Return Value

A reference to *this.

Parameters

NameDescription
otherThe exception object to copy from.