absl::BadStatusOrAccess::BadStatusOrAccess

Move constructor.

Synopsis

Declared in <absl/status/statusor.h>

BadStatusOrAccess(BadStatusOrAccess&& other);

Parameters

NameDescription
otherThe exception object to move from.