Converting constructor from a StatusOr<U> (explicit overload).

Synopsis

Declared in <absl/status/statusor.h>

template<typename U>
requires internal_statusor::IsConstructionFromStatusOrValid<
                                true, T, U, false, const U&>::value
explicit
StatusOr(StatusOr<U> const& other);

Parameters

Name

Description

other

The source StatusOr<U> to convert from.

Created with MrDocs