Converting move constructor from a StatusOr<U>.
Declared in <absl/status/statusor.h>
template<typename U>
requires internal_statusor::IsConstructionFromStatusOrValid<
false, T, U, false, U&&>::value
StatusOr(StatusOr<U>&& other);
| Name | Description |
|---|---|
| other | The source StatusOr<U> to convert from. |