TensorStore
tensorstore::kvstore::ReadResult::kUnspecified
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
        • Key-value storage
          • CSpec
          • CKvStore
            • Constructors
            • Methods
            • Data members
            • Friend functions
            • Related Types
              • TDriverPtr
              • TKvStore
              • TKey
              • TValue
              • CReadResult
                • Types
                  • EState
                    • Data members
                      • VkUnspecified
                    • Friend functions
                • Methods
                • Data members
                • Friend functions
              • CTransactionalReadOptions
            • Related Functions
          • CByteRange
          • COptionalByteRangeRequest
          • CStorageGeneration
          • CTimestampedStorageGeneration
          • CKeyRange
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/kvstore/read_result.h"
    constexpr const State tensorstore::kvstore::ReadResult::kUnspecified =
       
     State::kUnspecified;
    constexpr const State tensorstore::kvstore::ReadResult::kMissing =
       
     State::kMissing;
    constexpr const State tensorstore::kvstore::ReadResult::kValue =
       
     State::kValue;
    Back to top
    Previous tensorstore::kvstore::ReadResult::State
    Next tensorstore::kvstore::ReadResult::operator<<[State]