Copy constructor.

Synopsis

Declared in <absl/status/statusor.h>

BadStatusOrAccess(BadStatusOrAccess const& other);

Parameters

Name

Description

other

The exception object to copy from.

Created with MrDocs