TensorStore
tensorstore::StorageGeneration::operator<<
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
        • Key-value storage
          • CSpec
          • CKvStore
          • CByteRange
          • COptionalByteRangeRequest
          • CStorageGeneration
            • Data members
            • Conversion operators
            • Methods
            • Friend functions
              • Foperator==
              • Foperator<<
          • CTimestampedStorageGeneration
          • CKeyRange
        • 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 std::ostream& tensorstore::StorageGeneration::operator<<(
        
    std::ostream& os,
        
    const StorageGeneration& g);

    Prints a debugging string representation to an std::ostream.

    Back to top
    Previous tensorstore::StorageGeneration::operator==
    Next tensorstore::TimestampedStorageGeneration