TensorStore
tensorstore::kvstore::ReadGenerationConditions::Matches
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
            • Related Functions
              • FOpen
              • FRead
                • Related Types
                  • CReadGenerationConditions
                    • Data members
                    • Methods
                      • FMatches
                    • Conversion operators
                  • CReadOptions
                  • CTransactionalReadGenerationConditions
              • FWrite
              • FDelete
              • FDeleteRange
              • FExperimentalCopyRange
              • FListFuture
          • 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/operations.h"
    bool tensorstore::kvstore::ReadGenerationConditions::Matches(
        
    const StorageGeneration& generation) const;

    Returns true if generation satisfies the constraints.

    Back to top
    Previous tensorstore::kvstore::ReadGenerationConditions::if_equal
    Next tensorstore::kvstore::ReadGenerationConditions::operator bool