TensorStore
tensorstore::ReadyFuture<T>::ReadyFuture[convert]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
        • Key-value storage
        • Downsampling
        • Utilities
          • C span
          • C Utf8String
          • C SmallBitSet
          • C MaybeHardConstraintSpan
          • C MaybeHardConstraintIndex
          • V IsCompatibleOptionSequence
          • Error handling
          • Asynchronous support
            • T Executor
            • C Promise
            • C AnyFuture
            • C Future
              • Types
              • Constructors
              • Methods
              • Friend functions
              • Related Constants
              • Related Types
                • T UnwrapFutureType
                • C FutureCallbackRegistration
                • C ReadyFuture
                  • Types
                  • Constructors
                    • F ReadyFuture [default]
                    • F ReadyFuture [future]
                    • F ReadyFuture [convert]
                  • Methods
              • Related Functions
              • Linking
              • Map functions
            • C PromiseFuturePair
            • C WriteFutures
          • JSON serialization
          • Compile-time data type/rank/mode constraints
          • String Utilities
          • Index vectors
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #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.