TensorStore
tensorstore::TimestampedStorageGeneration::operator==
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
        • Key-value storage
          • C Spec
          • C KvStore
          • C ByteRange
          • C OptionalByteRangeRequest
          • C StorageGeneration
          • C TimestampedStorageGeneration
            • Constructors
            • Data members
            • Methods
            • Friend functions
              • F operator==
              • F operator<<
          • C KeyRange
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/kvstore/generation.h"
    friend bool tensorstore::TimestampedStorageGeneration::operator==(
        
    const TimestampedStorageGeneration& a,
        
    const TimestampedStorageGeneration& b);
    friend bool tensorstore::TimestampedStorageGeneration::operator!=(
        
    const TimestampedStorageGeneration& a,
        
    const TimestampedStorageGeneration& b);

    Compares two timestamped generations for equality.