Perfect-forwarding value assignment operator (captured-by-this overload).
Declared in <absl/status/statusor.h>
template<typename U = T>
requires internal_statusor::IsAssignmentValid<T, U, true>::value
StatusOr&
operator=(U&& v);
A reference to *this.
| Name | Description |
|---|---|
| v | The value to assign into the held object. |