-
#include "tensorstore/util/future.h"
-
template <typename U>
requires (!std::is_same_v<T, U>) && IsFutureConvertible<U, T>
tensorstore::ReadyFuture<T>::ReadyFuture(ReadyFuture<U> other); Constructs a ReadyFuture from an existing ReadyFuture.
#include "tensorstore/util/future.h"
Constructs a ReadyFuture from an existing ReadyFuture.