Converting move constructor from a StatusOr<U> (lifetime‐bound overload).
Synopsis
Declared in <absl/status/statusor.h>
template<typename U>
requires internal_statusor::IsConstructionFromStatusOrValid<
false, T, U, true, U&&>::value
StatusOr(StatusOr<U>&& other);
Parameters
Name |
Description |
other |
The source |
Created with MrDocs