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