TensorStore
tensorstore::Promise<T>::operator=[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
              • Types
              • Constructors
              • Methods
                • F operator=
                • F reset
                • F null
                • F ready
                • F result_needed
                • F raw_result
                • F SetResult
                • F SetReady
                • F ExecuteWhenForced
                • F ExecuteWhenNotNeeded
                • F future
              • Related Functions
            • C AnyFuture
            • C Future
            • 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 IsFutureConvertible<U, T>
    Promise& tensorstore::Promise<T>::operator=(Promise<U> x) noexcept;

    Assigns from a compatible Promise.