Copy assignment operator.

Synopsis

Declared in <absl/status/statusor.h>

BadStatusOrAccess&
operator=(BadStatusOrAccess const& other);

Return Value

A reference to *this.

Parameters

Name

Description

other

The exception object to copy from.

Created with MrDocs