Direct-initializes the held value from u (lifetime-bound overload).
Declared in <absl/status/statusor.h>
template<typename U = T>
requires internal_statusor::IsConstructionValid<
false, T, U, true>::value
StatusOr(U&& u);
| Name | Description |
|---|---|
| u | The value used to direct-initialize the held object. |