template <typename T, typename U>
struct IsDirectInitializationAmbiguous
Defined at line 73 of file ../../third_party/abseil-cpp/absl/status/internal/statusor_internal.h
Detects whether direct initializing `StatusOr
<T
>` from `U` is ambiguous, i.e.
when `U` is `StatusOr
<V
>` and `T` is constructible or convertible from `V`.