TensorStore
tensorstore::Future<T>::value
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
                • F operator=
                • F IgnoreFuture
                • F ExecuteWhenReady
                • F result
                • F status
                • F value
              • Friend functions
              • Related Constants
              • Related Types
              • 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"
    std::add_lvalue_reference_t<T> tensorstore::Future<T>::value() const;

    Returns a reference to T, equivalent to result().value().