Converting move assignment operator from an absl::StatusOr<U> (lifetime-bound).
Declared in <absl/status/statusor.h>
template<typename U>
requires internal_statusor::IsStatusOrAssignmentValid<
T, U&&, true>::value
StatusOr&
operator=(StatusOr<U>&& other);
A reference to *this.
| Name | Description |
|---|---|
| other | The source StatusOr<U> to assign from. |